in reply to Can one Apache process run multiple requests simultaneously?

Yes, while it is possible to change the way Apache handles requests by using different MPMs, the standard MPMs for both unix and Windows will not try to process multiple requests from one process/thread.

By the way, you don't really need to use connect_cached if you're using Apache::DBI. The normal connect and connect_cached both do the same thing when Apache::DBI is loaded.

  • Comment on Re: Can one Apache process run multiple requests simultaneously?

Replies are listed 'Best First'.
Re^2: Can one Apache process run multiple requests simultaneously?
by Anonymous Monk on Mar 10, 2008 at 07:06 UTC
    hi there... i'm running a pc and a server... in the server i have 4 virtual server which will reply upon receiving request from the pc... but the problem is, i can't run all 4 simultaneously... only 2 running and others waiting... once the first 2 done.. then only the last 2 running... i saw in the task bar there are 2 processes running with the name apache... i try stop 1.. then try again... now it's done 1 by one instead... i want to run all 4 at once simultaneously... what should i do? if there is a way to increase the number of process running as apache to be 4? plz help... ur replies are most appreciated... thanx... thibz
      This is not an Apache support forum. I'd suggest you ask for help on the apache-users mailing list.