Please pardon me for rehashing but ...

I have a Windows server running Apache 2.2. The hardware has a large amount of RAM (2+G) and a fast processor and disk drive system. Under load it too reaches some sort of saturation where the '%D' time to serve changes from .2 seconds to 30.0 or more.

Did I understand that I could split my one Apache server into two or more instances of Apache each with their own httpd.conf file running on the same box - all listening to port 80 and each separately serving a subset of my virtual hosts - ie - divide and conquer



Alex Turner <[EMAIL PROTECTED]> wrote:
Joshua,

Thanks for you thoughts - I would have said the same thing. I forgot to mention that the max threads per child is set sufficiently high (200) to run 64 threads already :-( Plus, having max threads per child would not explain why apache takes several second (over 30) to recover and why no pages were served at all under that load. It would appear than opening 64 sockets at once to Apache just 'over whelms it'.

This issue is definitely more pernicious than just max threads :-((

Thanks

AJ


Alexander J Turner Ph.D.
www.deployview.com
www.nerds-central.blogspot.com
www.project-network.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: 12 September 2006 19:36
To: users@httpd.apache.org
Subject: TPN POSSIBLE SPAM:Re: [EMAIL PROTECTED] Windows max threads

>
> I am load testing apache 2.2.3 on windows XP. If I attempt to open 64 or more sockets, it stops serving for a time then recovers. I know this is not that the OS is running out of sockets etc because TAG.net handle 256 sockets simultaneously without any trouble.
>

You probably need to raise ThreadsPerChild:
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadsperchild

Unlike the unix version, apache httpd for windows does not dynamically
adjust to load. You need to specify in advance (using
ThreadsPerChild) how many clients will be served.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 11/09/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 11/09/2006


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min.

Reply via email to