Reputation: 3165
Why isn't WSGIDaemonProcess available on Windows?
Upvotes: 2
Views: 1758
Reputation: 391952
http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode
On the Windows platform there is no daemon mode only embedded mode. The MPM used on Apache is the 'winnt' MPM. This MPM is like the worker MPM on UNIX systems except that there is only one process.
Seems pretty clear. Need more information?
Upvotes: 6