Re: FastCGI and Django as a continuously running server

2008-11-13 Thread Ryan Nowakowski
On Wed, Nov 05, 2008 at 11:21:14AM -0800, russellneufeld wrote: > The one thing left that I'd like to do is set up Django to run > continuously, even when there are no http requests. My application > runs a bunch of periodic background tasks in addition to serving up > web content, and it seems

Re: FastCGI and Django as a continuously running server

2008-11-05 Thread Graham Dumpleton
On Nov 6, 4:00 pm, "DULMANDAKH Sukhbaatar" <[EMAIL PROTECTED]> wrote: > >  The one thing left that I'd like to do is set up Django to run > > continuously, even when there are no http requests.  My application > > runs a bunch of periodic background tasks in addition to serving up > > web conten

Re: FastCGI and Django as a continuously running server

2008-11-05 Thread DULMANDAKH Sukhbaatar
> The one thing left that I'd like to do is set up Django to run > continuously, even when there are no http requests. My application > runs a bunch of periodic background tasks in addition to serving up > web content, and it seems that after a few minutes with no web > activity, the app is term

FastCGI and Django as a continuously running server

2008-11-05 Thread russellneufeld
Hi all, I'm running a web app at Dreamhost where they only allow fastcgi (no mod_python). I followed the instructions at the Dreamhost wiki for setting up Django here: http://wiki.dreamhost.com/index.php/Django and everything is working great. The one thing left that I'd like to do is set u