[Orbit-python-list] Re: Exiting Corba Server app
Status: Inactive
Brought to you by:
tack
From: Elliot L. <so...@re...> - 2001-02-16 00:41:34
|
On Thu, 15 Feb 2001, Christian Robottom Reis wrote: > Hi, sorry for the crosspost but perhaps someone on the main list knows > something I don't. > > I now wonder what's the proper way to shut down a corba application > server? I'm using orbit-python, and I've noticed the following problem: > > I can't kill my server gracefully. I can't shut down my database > connections, and I can't flush my files. Why? Your app needs to call CORBA_ORB_shutdown (or orb.shutdown(), or whatever the python bindings use). When your app makes that call is entirely Your Problem. -- Elliot Who me? I just wander from room to room. |