[omniORB] ORB threads by calling methods on one CORBA object
Duncan Grisby
duncan at grisby.org
Tue Jul 4 16:36:08 BST 2006
On Wednesday 28 June, radamkie at kdm.pl wrote:
> Is it in omniORB an assigment between threads and CORBA object, it means,
> are methods on the same CORBA object executed only by the same thread ?
> When I call omni_thread::self() in two different methods on the same
> CORBA object in the same time I receive the thread id.
No, it does not do thread per object. It either does thread per
connection or thread pooling. See the omniORB documentation:
http://omniorb.sourceforge.net/omni40/omniORB/omniORB008.html#toc39
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list