[mod_python] Changes to modules seem to get cached

Alexander Steinert stony8 at gmx.de
Wed Apr 10 06:54:45 EST 2002


> I'm just starting to play around with mod_python.  So far it seems pretty 
> neat, but I don't quite understand how mod_python notices when a module 
> gets updated, and what it does when it notices.

Read
http://www.modpython.org/live/mod_python-2.7.6/doc-html/dir-other-par.html

IIRC, only modules imported by mod_python code (e.g. modules addressed
via URL using the publisher handler or modules specified as handlers in
httpd.conf) get reloaded automatically.

I _always_ reload apache before testing a change, because I often got
strange errors when I didn't.

HTH

Stony




More information about the Mod_python mailing list