[Zope] Zope Crash!!!

Chris McDonough chrism@digicool.com
Fri, 15 Sep 2000 15:06:50 -0400


> Itīs normal that when start Zope , Zope run two process z2.py ??? why???
> If I only run one time Zope.

This is normal.... Zope runs under two (or more) threads when it starts.
You need to understand Linux threads to understand why you see it twice in
the process table.

> Steps :
>
> 1 - Kill all z2 process....or reboot the server...
 > 2 - start Zope....
> 3 - ps -auxwww | grep python | grep z2
>      ---> Two process z2.
> 4 - stop Zope
> 5 - ps -auxwww | grep python | grep z2
>    ----> Zero process z2