how many users per apache proc?

2000-01-20 Thread aphro
i was wondeirng if anyone knew approx how many connection 1 apache process could handle? just 1? or is it more.. nate [mailto:[EMAIL PROTECTED] ]-- Vice President Network Operations http://www.firetrail.com/ Firetrail Internet Services Limited

Re: how many users per apache proc?

2000-01-20 Thread Eric G . Miller
On Wed, Jan 19, 2000 at 10:11:31PM -0800, aphro wrote: i was wondeirng if anyone knew approx how many connection 1 apache process could handle? just 1? or is it more.. nate I think it's one at a time. That's why you configure the number you want running at a time and the number of backup

Re: how many users per apache proc?

2000-01-20 Thread hypnos
On Wed, 19 Jan 2000, aphro wrote: i was wondeirng if anyone knew approx how many connection 1 apache process could handle? just 1? or is it more.. IIRC, apache forks a new process for each incoming connection, but I seem to remember seeing something in the config files about this. Well, a

Re: how many users per apache proc?

2000-01-20 Thread Onno Ebbinge
At 10:11 PM 1/19/00 -0800, aphro wrote: i was wondeirng if anyone knew approx how many connection 1 apache process could handle? just 1? or is it more.. As far as I know just 1, they [apache team] are working on threaded processes for increased performance while using less memory. However they

Re: how many users per apache proc?

2000-01-20 Thread aphro
thanks for all the replies ..i have a better idea ..sorta :) earlier i caught my server with 18 active connections running on only 2 processes(18 idle servers) running Apache/1.3.9 (Unix) mod_perl/1.21 AuthMySQL/2.20 FrontPage/4.0.4.3 ..i set it to start 20 servers, max 250 connections, and ulimit

Re: how many users per apache proc?

2000-01-20 Thread Mario Olimpio de Menezes
On Wed, 19 Jan 2000, aphro wrote: i was wondeirng if anyone knew approx how many connection 1 apache process could handle? just 1? or is it more.. my $0.02: According to Kabir, Mohammed J., Apache Server Administrator's Handbook, IDG Books, pp.68-69, Apache uses one child

Re: how many users per apache proc?

2000-01-20 Thread Konrad Mierendorff
aphro wrote: thanks for all the replies ..i have a better idea ..sorta :) earlier i caught my server with 18 active connections running on only 2 processes(18 ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ idle servers) running Apache/1.3.9 (Unix) mod_perl/1.21