Are Orbix 6 libraries thread safe?



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

Post New Answer

More Orbix Interview Questions

Does the orbix have size limit for corba messages?

0 Answers  


Explain how we can access to corba objects in orbix?

0 Answers  


How to configure the license of orbix 3.3?

0 Answers  


Can client use the jdk orb to communicate with the Orbix domain?

1 Answers  


Explain how you can configure orbix logging?

0 Answers  






Explain how to configure the license of orbix 3.3?

0 Answers  


Does a server migration to a new physical IP address impact Orbix?

1 Answers  


Does interceptor capture ssl handshaking errors?

0 Answers  


How can you dump the orbix configuration?

0 Answers  


How to configure an Orbix domain to use the DNS network alias hostname in IORs for Orbix services

1 Answers  


Does Orbix support Oracle JRockit Java Virtual Machine ?

1 Answers  


Does Orbix 6 support I/O callback feature?

1 Answers  


Categories