Friday, 28 March 2014

Apache Prefork and Worker

Prefork MPM uses multiple child processes with one thread each and each process handles one connection at a time.
Worker MPM uses multiple child processes with many threads each. Each thread handles one connection at a time.

No comments:

Post a Comment