sequoia
sequoia

Reputation: 3165

Why WSGIDaemonProcess isn't available on Windows?

Why isn't WSGIDaemonProcess available on Windows?

Upvotes: 2

Views: 1758

Answers (1)

S.Lott
S.Lott

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

Related Questions