Hello, I was having periodical troubles with the FastCGI approach on
DreamHost. I was following the documentation regarding FastCGI on a
shared host. I contacted support and they replied with this:

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 10811 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 17736 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 13671 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 30852 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 1063 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 6372 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 27255 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 9826 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 10161 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 23107 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 27476 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 16:49:01 smithers Procwatch: killed naughty pid 935 - orestis
with
/usr/bin/python2.4 django.fcgi [user over proc limit]

Oct 11 18:46:02 smithers Procwatch: killed naughty pid 7957 - orestis
with /usr/bin/python2.4 django.fcgi [user over proc limit]

(smithers is the server, orestis the username)

And I wonder: Won't the django.fcgi file described in the docs create 5
processes each time a user hits it ? Shouldn't I just run it from the
command-line to spawn 5 instances of a server, then change the
django.fcgi to route requests/responses to the already created
instances ?

Please help!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to