RE: [users@httpd] number of connection on Windows Apache

2011-08-19 Thread Gary Smith
> I suspected this as well and here is the experiment I did. I start one > curl client with low data rate with option "--limit-rate 10" (10 bytes > per second), and afterwards I start a normal curl client. It seems > initially the second curl client waits for something for a few seconds, > and the

Re: [users@httpd] number of connection on Windows Apache

2011-08-19 Thread go1010
On Thu, 18 Aug 2011 14:22 -0500, "William A. Rowe Jr." wrote: > On 8/17/2011 3:51 PM, go1...@mailnew.com wrote: > > Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the > > limit of number of simultaneous connection, I used the directive > > ThreadsPerChild set the number to 1.

Re: [users@httpd] number of connection on Windows Apache

2011-08-19 Thread go1010
On Thu, 18 Aug 2011 00:41 -0400, "Craig Huffstetler" wrote: On Wed, Aug 17, 2011 at 16:51, <[1]go1...@mailnew.com> wrote: Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the limit of number of simultaneous connection, I used the directive ThreadsPerChild set the num

Re: [users@httpd] number of connection on Windows Apache

2011-08-18 Thread William A. Rowe Jr.
On 8/17/2011 3:51 PM, go1...@mailnew.com wrote: > Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the > limit of number of simultaneous connection, I used the directive > ThreadsPerChild set the number to 1. So I am only supposed to be able to > have one connection at a time. But

Re: [users@httpd] number of connection on Windows Apache

2011-08-18 Thread Eric Covener
On Thu, Aug 18, 2011 at 12:41 AM, Craig Huffstetler wrote: > On Wed, Aug 17, 2011 at 16:51,  wrote: >> >> Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the >> limit of number of simultaneous connection, I used the directive >> ThreadsPerChild set the number to 1. So I am only

Re: [users@httpd] number of connection on Windows Apache

2011-08-17 Thread Craig Huffstetler
On Wed, Aug 17, 2011 at 16:51, wrote: > Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the > limit of number of simultaneous connection, I used the directive > ThreadsPerChild set the number to 1. So I am only supposed to be able to > have one connection at a time. But I am su

Re: [users@httpd] number of connection on Windows Apache

2011-08-17 Thread go1010
On Wed, 17 Aug 2011 23:51 +0200, "Jeroen Geilman" wrote: > On 2011-08-17 22:51, go1...@mailnew.com wrote: > > Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the > > limit of number of simultaneous connection, I used the directive > > ThreadsPerChild set the number to 1. So I

Re: [users@httpd] number of connection on Windows Apache

2011-08-17 Thread Jeroen Geilman
On 2011-08-17 22:51, go1...@mailnew.com wrote: Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the limit of number of simultaneous connection, I used the directive ThreadsPerChild set the number to 1. So I am only supposed to be able to have one connection at a time. But I am s

[users@httpd] number of connection on Windows Apache

2011-08-17 Thread go1010
Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the limit of number of simultaneous connection, I used the directive ThreadsPerChild set the number to 1. So I am only supposed to be able to have one connection at a time. But I am surprised to see I can use two curl clients to dow