CGI zombies with Apache 1.3 on Linux
Erik Max Francis
max at alcyone.com
Fri Dec 10 15:35:45 EST 2004
More information about the Python-list mailing list
Fri Dec 10 15:35:45 EST 2004
- Previous message (by thread): Clarification of two concepts (or maybe one?)
- Next message (by thread): CGI zombies with Apache 1.3 on Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Robert Brewer wrote: > I've Googled extensively, but can't figure out what might be causing my > Python CGI app to zombie (yes, Tibia, the one I just announced ;). The > cgi bit looks like this: Zombies are caused by forking a subprocess and the parent not waiting on it. Does your system (sometimes) spin off a subprocess? -- Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/ San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis Defeat is a school in which truth always grows strong. -- Henry Ward Beecher
- Previous message (by thread): Clarification of two concepts (or maybe one?)
- Next message (by thread): CGI zombies with Apache 1.3 on Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list