On Thu, May 27, 2010 at 11:56 AM, Nasir Zia <nasir381@xxxxxxxxx> wrote: > Hi, > > how can i decide to use prefork or worker MPM. Can anyone describe in detail > and how can i make a server which can handle 2000 users per second. How can > I optimize the server response. i am using Apache 2.2.15. > > Regards > Nasir > The MPM that is to be used is decided at compile time. You will have to recompile apache to change MPM. Worker usually performs better for large amount of requests but is threaded- so you need thread safe applications and libraries which work with apache. -- Nilesh Govindarajan Facebook: nilesh.gr Twitter: nileshgr Website: www.itech7.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx