[omniORB] Question about working thread for co-located CORBA object
Bing Zhang
bzhang@sohar.com
Tue, 10 Nov 1998 20:05:50 -0800
Hi,
I am using omniORB 2.4.1.
As I understand the corba call will be serviced by a worker thread in
omniORB. But is this true for co-located corba object.
I create a corba object in main thread, then spawn a thread, say thread A,
to call a method of this object. Is there a thread switch from Thread A to
worker thread, then switch back to thread A during the call process? It
seems to me that there is a thread switch even for co-located object, but
my print-out tells me another story.
Thanks
Bing