Has anyone come up with a way to get quixote modules to get reloaded when they've been modified when running under mod_python? The app I'm working on benefits greatly from mod_python (given that scgi and fastcgi are non-starters on windows), but the excessive caching is getting in the way. I'd built a hack whereby I could reload specific pages on demand from the client, but I'd like to see something cleaner. Any thoughts? --david PS: I would suggest that web-server.txt/html be amended to include in fairly large type that "FastCGI and SCGI are known not to work with Quixote and Apache on Windows. The only high-performance tweak for Windows users is to use mod_python". Or words to that effect.