John Nagle schrieb:
>    I'm converting a web app from CGI to FCGI.  The application works fine
> under FCGI, but it's being reloaded for every request, which makes FCGI
> kind of pointless.  I wrote a little FCGI app which prints when the
> program is loaded and when it gets a request.  And indeed, the program
> gets reloaded for
> each HTTP request.  Something is probably misconfigured.  But what?

The most likely reason is that your FastCGI server voluntarily choses
to exit after one request. Can you share the mainloop of your
application?

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to