[omniORB] Proper way for orderly server process shutdown?

Wil_Evers@doosys.com Wil_Evers@doosys.com
Fri, 09 Jul 1999 07:29:25 GMT


Hi,

Michael Sommerville <msommer@ptc.com> wrote:

> What about:

>    CORBA::BOA *bp = CORBA::BOA::getBOA();

>    bp->impl_shutdown();
>    bp->destroy();

> I've just started with omniORB but I'm pretty sure that
> is the recomented technique.

Yes, that's how it's described in the user manual, and it is one of the
things I tried.  However, as decribed in my previous posting, I couldn't
get it to work reliably.  What I'm looking for is a small working example,
so I can check if the problem is in my code or somewhere in the
installation.

Thanks,

- Wil