[omniORB] Concurrent requests

Jochen Behrens jochen.behrens@uni-bremen.de
Mon, 03 Sep 2001 22:33:39 +0200


Hi,

I'm using omniORB 3 in a CORBA application and I'm wondering whether
concurrent requests on the same CORBA object reference in a
multi-threaded client are thread-safe.
The client has one object reference and calls operations on this
reference concurrently in 2 threads. Do I have to serialize the
requests, or is the omniORB able to handle concurrent requests on the
same proxy object?

Thanks for your help!
Jochen