On Wed, 17 Aug 2011 23:51 +0200, "Jeroen Geilman" <jeroen@xxxxxxxxx> wrote: > On 2011-08-17 22:51, go1010@xxxxxxxxxxx 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. > > > > The following is my setting. > > <IfModule mpm_winnt_module> > > ThreadsPerChild 1 > > </IfModule> > > And how many children are running ? > > -- > J. One child. For windows, if I understand it right, there will only be two processes running. One for the parent, and the other is the child that handles the requests. In the windows task list, I can see two httpd.exe processes. Thanks. Andrew --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx