Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/12/2002, 20:22
xmorpher
 
Fecha de Ingreso: abril-2002
Mensajes: 21
Antigüedad: 22 años, 1 mes
Puntos: 0
Exclamación por que ocurre el "defunct" en los CGI?

Estoy teniendo problemas con mi servidor....

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:
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>]
...etc


alguien sabe por que ocurre eso?
por que un script queda "<defunct>" y como se podria arreglar?


Última edición por xmorpher; 03/12/2002 a las 20:28