On Thu, 2010-01-14 at 10:17 +, Andrew Hole wrote:
> What means "Each process/thread handles one connection at a time?" A
> connection is a request made by the client? A thread just handle a
> request?
A client (web browser) makes a connection to the server, thus using up
one Prefork_MPM child
Hi!
I was reading an interesting document
http://httpd.apache.org/docs/2.0/misc/perf-tuning.html about MPM and I would
like to clarify a doubt regarding the concept of connection:
* The worker MPM uses multiple child processes with many threads each.
Each thread handles one connection at a ti