[omniORB] question about possible deadlock

Andy Faibishenko AFAIBIS@tuc.com
Wed, 20 Dec 2000 16:10:19 -0600


I have a scenario where the client (client method C1) passes an object =
reference to a server method S1.  Server method S1 immediately calls back =
a method (client method C2) on that object reference.  Is this a valid =
scenario?  I am using omniorb 3.0.1 BOA on NT/Solaris.=20

When the server calls back will this create a new thread on the client =
side?  If not, I could see why I am locking up.

Thanks.
-Andy