[Zope] How best to restart Zope?
Jerome Alet
alet@unice.fr
Tue, 19 Sep 2000 14:12:01 +0200 (MET DST)
On Tue, 19 Sep 2000, J. Atwood wrote:
> Put this in your 'start' script
>
> -Z /home/local/zope/var/Z2.pid
>
> It watches the PID and if it fails will restart it.
Ok, my script covered a very different problem: Zope instances were still
active and running, but unable to serve requests. My script tries to
detect this situation because in this case -Z would be inefficient, and
tries to restart Zope after a timeout.
Sorry if it didn't answered your question.
bye,
Jerome Alet