Answer Posted / chaitanya
Orbix 5 and Orbix 6 is designed to write multi-threaded (and single threaded) application from the ground up. However, the following describes in more details about Orbix thread safety:
All Orbix library public APIs are thread safe.
Per CORBA specification, add_ref/remove_ref operations in the idl generated code is thread safe.
Regarding the rest of the generated code, Orbix IDL -> C++ code generator generates mappings for user-defined IDL types, as well as client-side proxy invocation code (-base switch) and server-side servant dispatch code (-poa switch). The client-side invocation code and server-side dispatch code are thread-safe. The mappings generated for user-defined IDL types are not thread safe for concurrent modification but are thread-safe for concurrent reads.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how you can retrieve the local ip address on client side within an interceptor?
Does clients using orbix 3.x talk to servers using orbix 2000?
Explain how we can access to corba objects in orbix?
Tell me does orbix web services provide locator functionality for web services endpoints?
How to programatically query the length of a workqueue
How you can close the client connection to the orbix 3 daemon?
What is orbix?
Explain how to limit the connections to from a service?
Explain how to change the default orbix client timeout?
Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?
Does interceptor capture ssl handshaking errors?
How you can retrieve the local ip address on client side within an interceptor?
Explain how to configure the license of orbix 3.3?
How you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?
What soft_limit and hard_limit configuration settings apply for each orbix process or for a sum of orbix processes running in an orbix domain?