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 && [EMAIL PROTECTED] && 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to