I'm on dreamhost, which provides FastCgi but not mod_python. FastCGI has always been flaky there, where when I touch my django.fcgi file django sometimes takes a few minutes to come back. kill, killall, kill -9, kill -USR1 etc doesn't help.
Lately it has gotten much worse. Whenever I touch any of the files, FastCGI panics and the site stops responding. Eventually the offending processes die but it causes a lot of downtime. The logs have entries such as these: [Sat Nov 18 07:48:32 2006] [error] [client 74.6.73.48] FastCGI: incomplete headers (0 bytes) received from server [Sat Nov 18 06:58:23 2006] [error] [client 74.6.72.117] (104)Connection reset by peer: FastCGI: comm with server Does anyone have any suggestions on what I can do w/o having root access and access to the Apache .conf files? Is there something else I can run instead of FastCGI? I've been scouring the net and this seems like a very common problem (for example: http://www.oreillynet.com/onlamp/blog/2006/01/python_web_application_deploym.html) but no one has a clean solution. I'd use mod_python if I could! thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---