[fcgi.py] Force cache upgrade?

Michael Ströder michael at stroeder.com
Fri Oct 5 12:24:13 EDT 2012


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.




More information about the Python-list mailing list