[omniORB] How can I get control after all orb->run()

Len Holgate (Mail List Account) Mail-lists@dial.pipex.com
Tue, 31 Jul 2001 22:11:20 +0100


We have an interface that has a shutdown method. The shutdown method unbinds
any names we've bound in the server, does any other cleanup tasks that
require the orb to still be functional and then calls orb->shutdown(false).
Active method calls complete and the run() method eventually returns in the
main thread and the server exits gracefully. Works a treat.

Len
http://www.jetbyte.com

----- Original Message -----
From: "zhangzq71" <zhangzq71@21cn.com>
To: <omniorb-list@uk.research.att.com>
Sent: Tuesday, July 31, 2001 2:58 PM
Subject: [omniORB] How can I get control after all orb->run()


> every time the orb->run() is called, the program lost its control, how can
I stop the program rather than hit Ctrl+break?
>
> zhangzq71
>
>