how do one determine the number of concurrent users that a web application can handle?
Posted
by lakshmiiyer
on Server Fault
See other posts from Server Fault
or by lakshmiiyer
Published on 2009-12-21T10:53:37Z
Indexed on
2010/04/16
20:03 UTC
Read the original article
Hit count: 188
webserver
As far as what I know , I think apache web server handles multiple requests through a combination of multi-processing and multi-threading. Want to know for a php application running a webserver is it just the apache which decides the concurrent users it can handle or it also depends on the php application. If yes, then to what extent?
© Server Fault or respective owner