The document: http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode#Restarting_Daemon_Processes
contains a recipe that can be used with daemon mode to allow automatic restarting of daemon process when code is changed. In comment: http://blog.dscpl.com.au/2008/12/using-modwsgi-when-developing-django.html?showComment=1229746260000#c3643216305680379345 I speculated there may be a way of doing same thing on Windows even though don't have daemon mode. What I need is someone on Windows who knows ctype voodoo. In particular, want to replace call to os.kill() with a ctypes call to ap_signal_parent() with argument of SIGNAL_PARENT_RESTART. This should have effect of telling Apache parent process to restart the single child process that exists on Windows. Any takers? Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
