Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache in MPM-Worker .. how to bypass a conn limit 1024

Status
Not open for further replies.

Molder2k

Technical User
May 23, 2011
1
IT
Hi, I have an Apache2 in MPM-Worker configuration:
<IfModule mpm_worker_module>
StartServers 6
# MaxClients 150
MinSpareThreads 128
MaxSpareThreads 512
ThreadsPerChild 64
MaxRequestsPerChild 0
</IfModule>

When I have 1024 requests currently processed I don't see in apache server status new Idle Workers .... I have about 70gb of RAM and now is using about 2-3gb max with 1000 users access in the same time...

How can I configure worker module to reach about 5-10000 users?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top