FCGI app reloading on every request
"Martin v. Löwis"
martin at v.loewis.de
Tue Sep 4 00:34:26 EDT 2007
More information about the Python-list mailing list
Tue Sep 4 00:34:26 EDT 2007
- Previous message (by thread): FCGI app reloading on every request
- Next message (by thread): FCGI app reloading on every request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): FCGI app reloading on every request
- Next message (by thread): FCGI app reloading on every request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list