On Mar 20, 1:18 pm, Graham Dumpleton <[email protected]> wrote: > I have in the past entertained allowing a user provided hook to be > supplied which would allow a user to implement their own function to > decide if a restart should be done or not, but do not believe that it > is really needed.
The current behavior upon a daemon SIGINT is to generate a 500 server error and start the daemon again. An alternate behavior (as configured) could be offered that tries to serve a request by bouncing a daemon a specified amount of times before serving a 500. That way it would be possible for a developer to make an arbitrary decision for a reload and still serve the request with fresh code. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
