Are Orbix 6 libraries thread safe?
Answer / 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 |
How you can close the client connection to the orbix 3 daemon?
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?
How can you dump the orbix configuration?
How to configure an Orbix domain to use fully qualified host names rather than short host names or IP addresses
How to configure an Orbix domain to use the DNS network alias hostname in IORs for Orbix services
How to developed the event service consumers and suppliers?
How you dump the orbix configuration?
How to configure Orbix logging ?
How you can configure orbix logging?
Does Orbix Web Services provide locator functionality for Web Services endpoints?
How to configure an Orbix 3.3 license.
Does orbix 3 support vos (virtualization operating systems)?