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.
|
|---|
| 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 | |
by perrin (Chancellor) on Mar 10, 2008 at 15:30 UTC |