Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: fuckoffmicrosoft on 3 October 2002, 05:28

Title: Apache
Post by: fuckoffmicrosoft on 3 October 2002, 05:28
should there be this many apaches running

http://jeujeu.ath.cx/question.txt (http://jeujeu.ath.cx/question.txt)

redhat 7.3
apache
mysql
php
perl

[ October 02, 2002: Message edited by: fuckoffmicrosoft ]

Title: Apache
Post by: Master of Reality on 3 October 2002, 05:33
yes.
Apache spawns child processes to do the work.
Title: Apache
Post by: fuckoffmicrosoft on 3 October 2002, 05:41
ouch man that kills the memory

thank you
Title: Apache
Post by: Master of Reality on 3 October 2002, 05:44
i dont think it is very much worse on memory than using one process to do connections for everyone. And it is more secure this way.
Title: Apache
Post by: rtgwbmsr on 3 October 2002, 05:49
I have Apache as using 5.1 MB RAM total, which isn't bad at all for a web server.
Title: Apache
Post by: voidmain on 3 October 2002, 21:16
You can configure the number of children that will be spawned by adjusting the min and max servers in /etc/httpd/conf/httpd.conf. I would say you have something bad wrong to be eating up 81MB of RAM. I have a similar number of httpd processes but are only eating up 6MB.
Title: Apache
Post by: fuckoffmicrosoft on 3 October 2002, 11:28
quote:
Originally posted by void main:
You can configure the number of children that will be spawned by adjusting the min and max servers in /etc/httpd/conf/httpd.conf. I would say you have something bad wrong to be eating up 81MB of RAM. I have a similar number of httpd processes but are only eating up 6MB.



mind taking a look at it
Title: Apache
Post by: Master of Reality on 3 October 2002, 20:57
mine must be taking little, because i only have 32MB of RAM and it runs fast(ish)