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

2011-08-19 Thread go1010
On Thu, 18 Aug 2011 00:41 -0400, Craig Huffstetler craig.huffstet...@gmail.com 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

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. wr...@rowe-clan.net 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

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 then it

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 craig.huffstet...@gmail.com wrote: On Wed, Aug 17, 2011 at 16: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

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 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

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

2011-08-17 Thread go1010
On Wed, 17 Aug 2011 23:51 +0200, Jeroen Geilman jer...@adaptr.nl 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

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

2011-08-17 Thread Craig Huffstetler
On Wed, Aug 17, 2011 at 16: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