On my server, I am touching the script from the upload command, it reloads 
it on first HTTP call, which works.

But on my dev machine I don't have that luxury, I am reloading the 
application from inside the WSGI script using a SIGINT signal. Problem is, 
this requires 2 page loads, one to quit the existing process and another to 
serve up a new page. So it is just a minor irritation.

Possibly some trick to send a Location header to reload the browser after 
the process has been killed? Just an idea.

This is Apache running WSGI in daemon mode. The page you referred me to 
doesn't seem to have any shell scripts to relaunch an application. And in 
any case, I don't understand it very well. It just seems like someone has 
encountered this problem before and a script exists.

-- Gnarlie

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/modwsgi/-/g9Ks7iHR1KAJ.
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.

Reply via email to