| 
 
 
 | 
| Keep Server Online 
 If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
 
 or
 
 
   
 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.
 |  | 
 | 
| | 
| | 
|  Topic: Apache Concurrent Users setup |  |  
| Author |  |  
| elavarasan 
 
 
 Joined: 26 Sep 2011
 Posts: 53
 
 
 | 
|  Posted: Tue 04 Oct '11 3:44    Post subject: Apache Concurrent Users setup |   |  
| 
 |  
| 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: 7442
 Location: EU, Germany, Next to Hamburg
 
 | 
|  Posted: Tue 04 Oct '11 10:49    Post subject: |   |  
| 
 |  
| 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 |  |  
 
 | 
 |  | 
 |  |