Re: static apache + mem question

2004-06-25 Thread Alexander Belck
Citando Michael van Elst [EMAIL PROTECTED]: On Thu, Jun 24, 2004 at 07:29:30PM -0300, Alexander Belck wrote: There is realy a huge difference in size. The modular apche is about 300K, while the one I build in OpenPkg is about 6M. Normaly I see several instances of apache running (about

Re: static apache + mem question

2004-06-25 Thread Michael van Elst
On Fri, Jun 25, 2004 at 08:51:45AM -0300, Alexander Belck wrote: Hi, How can I avaliate the amount of memory efectivly used ? I think that frequenly apache processes are just waiting for a connection and will hope that in this situation the data reserved for all modules are relativly small.

Re: static apache + mem question

2004-06-25 Thread Alexander Belck
Citando Michael van Elst [EMAIL PROTECTED]: On Fri, Jun 25, 2004 at 08:51:45AM -0300, Alexander Belck wrote: As an ISP you should not run a single Apache with mod_php for more than one customer. PHP safe mode is a myth :-) Do I need a hole new OpenPkg instalation with a diferent opkg_root

Re: static apache + mem question

2004-06-25 Thread Michael van Elst
On Fri, Jun 25, 2004 at 10:59:42AM -0300, Alexander Belck wrote: Do I need a hole new OpenPkg instalation with a diferent opkg_root to have distingt apache builds (one with_mod_php, one without) and processes ? You need a new OpenPKG instance to get different apache builds. You could run

Re: static apache + mem question

2004-06-25 Thread Alexander Belck
From my running httpd using top I got: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 9169 nobody14 0 14504 9,9M 7936 S 1,7 8,2 0:14 httpd 8773 nobody 9 0 14164 9976 6004 S 0,0 8,1 0:11 httpd 9155 nobody 9 0 13992 9828 9220 S 0,0

static apache + mem question

2004-06-24 Thread Alexander Belck
Now that I'm geting near to have apache build, I did some comparision with previus instalations (using distros modular apache). There is realy a huge difference in size. The modular apche is about 300K, while the one I build in OpenPkg is about 6M. Normaly I see several instances of apache

Re: static apache + mem question

2004-06-24 Thread Michael van Elst
On Thu, Jun 24, 2004 at 07:29:30PM -0300, Alexander Belck wrote: There is realy a huge difference in size. The modular apche is about 300K, while the one I build in OpenPkg is about 6M. Normaly I see several instances of apache running (about 10 as setup in httpd.conf). I was wundering if