Copterfly / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Remove WSGIReloadMechanism directive. #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With the default reload mechanism for daemon processes now being 'Process'
and likelihood that someone will want to use 'Script' style reloading for a
daemon process, maybe the WSGIReloadMechanism directive should be removed
altogether.

Thus, script reloading would either be On (default) or Off as dictated by
WSGIScriptReloading directive. If On, for embedded mode only script is
reloaded. If daemon mode, then change to script triggers process reload.

In all, this would be simpler to explain to people and remove oddity that
setting 'Process' for embedded mode application still leaves it as 'Script'.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 26 Mar 2008 at 11:28

GoogleCodeExporter commented 8 years ago
Removed in revision 1052 of trunk.

Original comment by Graham.Dumpleton@gmail.com on 6 Sep 2008 at 10:56

GoogleCodeExporter commented 8 years ago
Version 3.0 of mod_wsgi now released with this change. Now wait for the screams 
when those people who were 
defining the WSGIReloadMechanism directive when they didn't need to for 
mod_wsgi 2.X upgrade.

Original comment by Graham.Dumpleton@gmail.com on 22 Nov 2009 at 2:54