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: Are there any plans to port Apache MPM to windows ?
Author
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Tue 23 Jun '15 1:17    Post subject: Are there any plans to port Apache MPM to windows ? Reply with quote

If apache MPM was ported to windows it would set a new high bar for windows web servers.
http://httpd.apache.org/docs/2.0/mod/threadpool.html

Yes, I'm aware of the difficulty of porting it to windows but until something like this happens or until the developers of mod_fcgid start supporting multiple threads per process windows will remain as the last choice for production web server.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Tue 23 Jun '15 10:54    Post subject: Reply with quote

That module is a variant of worker mpm and I'm sure there won't be a port to windows. the windows mpm / winnt mpm is a threaded mpm Wink

IIRC the threadpool mpm is now event mpm ( but I'm not sure, it just sounds like the techical part of event mpm [1])



[1] http://httpd.apache.org/docs/2.4/mod/event.html
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Tue 23 Jun '15 16:36    Post subject: Reply with quote

I brought up the thread pool as an example because that's the path that other high performance webservers have taken. Thread pools in a non-blocking architecture can improve performance so much that a single webserver can saturate 10Gb/s network with ease while serving tens of thousands of requests per second. The difference is really dramatic. On Linux Apache performance is decent and with thread pools it will be excellent. On windows Apache just drags like a dog in a tarpit. https://www.youtube.com/watch?v=h1baiT1mtfE

As far as pools are concerned take a look at this article.
http://nginx.com/blog/thread-pools-boost-performance-9x/
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Fri 26 Jun '15 17:05    Post subject: Reply with quote

The performance on windows does have to be that bad. But Steffen also uses a combo auf IIS for static stuff and apache for the dynamic stuff.
Back to top


Reply to topic   Topic: Are there any plans to port Apache MPM to windows ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache