logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Multi-Processing Modules - Only mpm_winnt on Windows?
Author
flatcircle



Joined: 27 Jun 2006
Posts: 79

PostPosted: Fri 14 May '10 15:46    Post subject: Multi-Processing Modules - Only mpm_winnt on Windows? Reply with quote

Is it possible to use another Multi-Processing Module than mpm_winnt on Windows?

For example:

Apache MPM prefork
or
Apache MPM worker

If possible, is it true that Apache MPM worker is the fastest?

Regards.
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Fri 14 May '10 17:08    Post subject: Re: Multi-Processing Modules - Only mpm_winnt on Windows? Reply with quote

flatcircle wrote:
Is it possible to use another Multi-Processing Module than mpm_winnt on Windows?

For example:

Apache MPM prefork
or
Apache MPM worker

If possible, is it true that Apache MPM worker is the fastest?

Regards.


Nope only the MPM_Winnt. Which is an efficient implementation based on threads instead of valuable processes.
Back to top


Reply to topic   Topic: Multi-Processing Modules - Only mpm_winnt on Windows? View previous topic :: View next topic
Post new topic   Forum Index -> Apache