Module caching

Christian Heimes lists at cheimes.de
Fri Apr 3 19:30:32 EDT 2009


Aaron Scott wrote:
> Yeah, I'd link to think I'm fairly experienced and not making any
> stupid mistakes. That said, I'm fairly new to working with mod_python.
> 
> All I really want is to have mod_python stop caching variables. This
> seems like it should be easy enough to do, but I can't for the life of
> me find information on how to do it.


First of all I like to highly recommend against mod_python and for
mod_wsgi. WSGI is *the* Python standard for web services.

Why are you using mod_python at all? If you neither need persistent
variables nor shared state then a CGI script is easier to use.

Christian





More information about the Python-list mailing list