Re: [us...@httpd] Win32 Apache HTTP performance/reliability problem

2010-07-01 Thread William A. Rowe Jr.
>> n Thu, Jul 1, 2010 at 7:35 PM, Joe Novak wrote: >> >> ThreadLimit 3600 >> ThreadsPerChild 3200 At these values, you are hitting the boundries of how many stacks are possible on win32 (by default). Adding workers isn't usually the solution, you are increasing the overall content

Re: [us...@httpd] Win32 Apache HTTP performance/reliability problem

2010-07-01 Thread Eric Covener
> n Thu, Jul 1, 2010 at 7:35 PM, Joe Novak wrote: > I set up a jmeter test to open a socket to Apache HTTP, request a very > small file, and close the socket.  Jmeter is running on the same box as > the Apache HTTP service.  At 2 sockets/second, there is a 3% error rate. > At 5 sockets/second, the

[us...@httpd] Win32 Apache HTTP performance/reliability problem

2010-07-01 Thread Joe Novak
I set up a jmeter test to open a socket to Apache HTTP, request a very small file, and close the socket. Jmeter is running on the same box as the Apache HTTP service. At 2 sockets/second, there is a 3% error rate. At 5 sockets/second, the error rate increases to 8%. Failures occur at regular int