Ivan Sagalaev wrote: > Hello! > > I know that some people here are running Django under FastCGI. I'm using > Hugo's convenient django-fcgi.py script for this > (https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoFcgi). > However couple of days ago I've found my django app (test version, > thankfully) not responding because a script process holding FastCGI > server was down. I also read somewhere that this sometimes occurs in > other FastCGI environments (with RoR, namely). > > What can you suggest to prevent or restart failing FastCGI?
! someone also uses fastcgi :-) we do not have this problem on our system (at least we think so :-), and unfortunately do not know the solution. the RoR world seems to simply periodically probe the fastcgi processes (open a tcpip connection to him and check if it responds), and kill&spawn it if it does not respond. on the other hand, a question: how do you monitor your fastcgi processes? i mean, how do you check if they are running or not? my biggest problem with fastcgi is the lack of status-information... with apache it's easy to use the server-status (using mod_status), but with fastcgi... gabor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---