-----Original Message----- From: Petru Paler [mailto:ppetru@hip.ro] Sent: Friday, July 02, 1999 9:54 AM To: zope@zope.org Subject: [Zope] killing Zope
How bad things can go if a running Zope is just killed ? Isn't it possible to install a Python signal handler to do a clean shutdown ?
Killing Zope is a clean shutdown. Note that the shutdown button on the Control Panel just calls sys.exit(0).
PS: anyone has an SysV init script for Zope ?
I'm sure someone must... we should ship one standard... -Michel
Petru
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Michel Pelletier wrote:
-----Original Message----- From: Petru Paler [mailto:ppetru@hip.ro] Sent: Friday, July 02, 1999 9:54 AM To: zope@zope.org Subject: [Zope] killing Zope
How bad things can go if a running Zope is just killed ? Isn't it possible to install a Python signal handler to do a clean shutdown ?
Killing Zope is a clean shutdown. Note that the shutdown button on the Control Panel just calls sys.exit(0).
PS: anyone has an SysV init script for Zope ?
I've got a tentative one for RH6.0, has been working for me. If you want it, let me know. Bill
participants (2)
-
Bill Anderson -
Michel Pelletier