Una duda

Me montado un serviudor web (apache+mysql+php) y tengo una curiosidad, al hacer un ps aux para ver los procesos, sale esto (entre otras cosas):

apache 10607 0.0 1.1 8612 5040 ? S 10:22 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10611 0.0 1.1 8612 4972 ? S 10:23 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10635 0.0 1.1 8612 4972 ? S 10:26 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10641 0.0 1.1 8612 4996 ? S 10:27 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10644 0.0 1.1 8612 5044 ? S 10:28 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10684 0.0 1.1 8592 5076 ? S 10:33 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10685 0.0 1.1 8608 4992 ? S 10:33 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10734 0.0 1.1 8612 5008 ? S 10:42 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10736 0.0 0.8 8120 3932 ? S 10:42 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D
apache 10746 0.0 0.8 8120 3980 ? S 10:43 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_PHP4 -D


no se porque tantos procesos del apache :s ademas que consumen bastante memoria.

Por curiosidad, alguien me podrias explicar, asi por encima.

Gracias y saludooos
Cada proceso de los que ves atiende (o espera una nueva) conexión de un cliente.
gracias por contestar

ajam, y son todos necesarios? me refiero a los que esperan, o los puedes controlar?


saludooos [oki]
Puedes hacer que no acepte tantas conexiones simultaneas, asi bajas el numero de threads que abre Apache

Saludos
aham, y eso como?

mas bien, es una tonteria tocar eso, esta mejor como esta no?
si no recuerdo mal en el http.conf está la opción.

Saludos
6 respuestas