[omniORB] Concurrent requests

Sai-Lai Lo s.lo@uk.research.att.com
Tue, 4 Sep 2001 09:09:39 -0000


It is safe to invoke on the same object reference on the client side.
omniORB will handle the request concurrently.

----- Original Message -----
From: "Jochen Behrens" <jochen.behrens@uni-bremen.de>
To: <omniorb-list@uk.research.att.com>
Sent: Monday, September 03, 2001 8:33 PM
Subject: [omniORB] Concurrent requests


> 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
>
>