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
>> 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 download files at the same time. I wonder how to explain
>> this.
>
> You should use MaxClients run-time argument and not worry
> about ThreadsPerChild configuration option for what you are trying to
> accomplish (1 simultaneous connection). MaxClients is a run-time argument
> that sets the limit on maximum simultaneous requests that can be supported
> by the server.

Not on the Windows MPM.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to