[omniORB] How-to shutdown a Server...

bjorn rohde jensen bjensen@fastmail.fm
Thu Oct 17 16:59:00 2002


Hi Diego,

  The call orb->shutdown(true) causes the calling
thread to wait, until the orb has completed its
shutdown, which can not occur, before all invocations
on CORBA objects have completed. You should use
a orb->shutdown(false) from within a method on a
CORBA object to avoid a deadlock.

Yours sincerely,

Bjorn