[fcgi.py] Force cache upgrade?
Michael Ströder
michael at stroeder.com
Fri Oct 5 12:24:13 EDT 2012
More information about the Python-list mailing list
Fri Oct 5 12:24:13 EDT 2012
- Previous message (by thread): How to call python script from web.
- Next message (by thread): instance.attribute lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gilles wrote: > On Fri, 28 Sep 2012 23:57:14 +0200, Gilles <nospam at nospam.com> wrote: >> I guess the FastCGI server (Flup) only updates its cache every so >> often. Do I need to type a command to force Flup to recompile the >> Python script? > > Turns out that, yes, mod_fcgid is configured to reload a script only > after some time or some number of hits, Well, that's the whole point of using FastCGI: Have a long-running process for better performance. Ciao, Michael.
- Previous message (by thread): How to call python script from web.
- Next message (by thread): instance.attribute lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list