tags:

views:

25

answers:

0

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?