logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Concurrent Users setup
Author
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Tue 04 Oct '11 3:44    Post subject: Apache Concurrent Users setup Reply with quote

Can anyone help us,
We are using 4Core and 24Gb RAM with Windows server 2008 R2 Ent with 64bit. so how much can i setup concurrent users in

<IfModule mpm_winnt_module>
ThreadsPerChild 150
MaxRequestsPerChild 0
</IfModule>


Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Tue 04 Oct '11 10:49    Post subject: Reply with quote

ThreadsPerChild 150 with this apache can handle 150 requests at the same time. If you need more than that you have to increase that number.

To be sure you can run a test from the command line (cmd.exe) with ab.exe located in apache bin folder.
Back to top


Reply to topic   Topic: Apache Concurrent Users setup View previous topic :: View next topic
Post new topic   Forum Index -> Apache