[Zope] Zope as an entry in inittab.
Bill Anderson
bill@libc.org
Sat, 06 May 2000 13:19:34 -0600
"Felipe E. Barousse" wrote:
>
> In one of my servers, Zope suddenly dies. The Zope processes are gone
> from the "ps aux" process table and no clue whatsoever is left in any
> log, including Z2.log
>
> My question is, has onyone included Zope (the "start" zope procedure,
> that is) as an entry in the /etc/inittab in order for the process to
> reinitiate (respawn) automatically in case it dies.
>
> I wm wondering if this is a good idea or not in relation to Zope.....?
>
> Of course, the ideal situation would be to solve the crashing factors /
> issues rather than "patching" the crashing with the inittab respawning.
>
> Any comments are welcome, thanks in advance.
Since you are on Unix, why not just use "-Z var/Z2.pid "?
Works well for me.
Bill