Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model

2007-09-28 Thread Michael Conlen
ginal Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Friday, 28 September 2007 1:01 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model On Sep 27, 2007, at 7:51 PM, Michael Conlen wrote: you likely have 23 established connection

Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model

2007-09-27 Thread Christian Folini
gt; Cheers, Craig > > -Original Message- > From: Sander Temme [mailto:[EMAIL PROTECTED] > Sent: Friday, 28 September 2007 1:01 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model > > > On Sep 27, 2007,

Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model

2007-09-27 Thread Michael Conlen
, 28 September 2007 1:01 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model On Sep 27, 2007, at 7:51 PM, Michael Conlen wrote: you likely have 23 established connections using server processes and an additional number of server processes avail

RE: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model

2007-09-27 Thread Robinson Craig
28 September 2007 1:01 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model On Sep 27, 2007, at 7:51 PM, Michael Conlen wrote: > you likely have 23 established connections using server processes and > an additional number of server pr

Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model

2007-09-27 Thread Sander Temme
On Sep 27, 2007, at 7:51 PM, Michael Conlen wrote: you likely have 23 established connections using server processes and an additional number of server processes available to handle new connections. Apache keeps some number of processes available so that it doesn't have to fork the process

Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model

2007-09-27 Thread Michael Conlen
you likely have 23 established connections using server processes and an additional number of server processes available to handle new connections. Apache keeps some number of processes available so that it doesn't have to fork the process at the time the request is made, but instead has th