parece que el servidor se sobrecarga por unos
procesos que no finalizan bien en los CGI que estoy usando
Los del servidor me dijeron esto:
"It appears the server is experiencing loads of :
load average: 5.07, 20.45, 37.12
This is caused by Zombie processes. Below is a list of the zombie
processes, they seems to be all caused by defunct cgi and perl scripts"
Código:
...etc 503 11938 0.2 0.0 0 0 ? Z 15:41 0:00 [some_script.cgi <defunct>] 503 12012 0.6 0.0 0 0 ? Z 15:41 0:00 [boton.pl <defunct>] 503 12021 0.1 0.0 0 0 ? Z 15:41 0:00 [sp_header.cgi <defunct>] 503 11938 0.2 0.0 0 0 ? Z 15:41 0:00 [some_script.cgi <defunct>] 503 12012 0.6 0.0 0 0 ? Z 15:41 0:00 [boton.pl <defunct>] 503 12021 0.1 0.0 0 0 ? Z 15:41 0:00 [sp_header.cgi <defunct>]
alguien sabe por que ocurre eso?
por que un script queda "<defunct>" y como se podria arreglar?
