Dieter Maurer wrote:
Chris Spencer wrote at 2005-10-10 06:17 -0400:

I'd like to be able to stop a ZEOServer instance from a separate thread.


The easiest way (at least under *nix) is to send it a SIGTERM signal.

The problem with this is that I've embedded a zeoserver within an application, and I want to be able to stop the server without stopping the entire program. For the moment, it appears setting exit_status=1 does the trick.

Chris

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to