[Zope] zinit

Michel Pelletier michel@digicool.com
Wed, 21 Apr 1999 12:39:23 -0400


Greetings,

For those of you who have checked out ZServer, you might find zinit
handy.  It is a python script which forks a parent process to manage a
child ZServer process.  If the ZServer dies, the parent will restart a
new one.

This is handy for developers who are constantly restarting the server,
and will make you sleep a little easier knowing that if your server dies
in the middle of the night, you don't have to get up and run one command
(not that you should be loosing any sleep over beta software in the
first place :)

It's in the public CVS under Publisher/ZServer.  The file is zinit.py
and it is standalone.

-Michel