prefork [default MPM for Apache 2.0 and 1.3]

prefork [default MPM for Apache 2.0 and 1.3]

Postby vasanth on Tue Oct 21, 2008 12:29 pm

[/b] Apache 1.3-based [/b]

* Multiple processes, 1 thread per process, processes handle requests.
* Used for security and stability.
* Has higher memory consumption and lower performance over the newer Apache 2.0-based threaded MPMs.
worker:

[/b]Apache 2.0-based[/b]

* Multiple processes, many threads per process, threads handle requests.
* Used for lower memory consumption and higher performance.
* Does not provide the same level of isolation request-to-request, as a process-based MPM does.

Regards,
Vasanth R
vasanth
 
Posts: 5
Joined: Wed Feb 06, 2008 12:08 am

Return to Web server / Apache

Who is online

Users browsing this forum: No registered users and 1 guest

cron