Is there a way to force a delay (arbitrary or determined) so that when apache restarts, it waits until the python app has loaded completely before allowing requests to be taken by the process?
Our application stems from a turbogears project. When I restart apache it takes a few seconds for the application to load fully and if I send an http request within the first several seconds after the restart, then not only does the request fail, but all the subsequent requests to the application (or at least that process) fail as well. Any advise? -- 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.
