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 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 terminated. I'm coming from the java world where you typically have one long-running jvm which handles all requests and does not start and stop with new Apache instances. I'd like to set up something similar with Django. Are there any web pages or documentation people could point me to which explain how to set this up? Again I'd like my Django app to run continuously and have each web request make a call into an already running python interpreter. Thanks a lot, Russ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---