[mod_python] Force reload?

Shawn Harrison harrison at tbc.net
Fri Feb 4 14:35:12 EST 2005


Gregory (Grisha) Trubetskoy wrote [02/04/05 9:33 AM]:
> I'm not too keen on "solving the reload prolem" because no matter how 
> clever mechanism, reload has some inherent problems, e.g.:
> 
[...]
> so as you see A is still there. So you're bound to have to restart your 
> server at some point. IMO the reload mechanism should be sufficient 
> enough to avoid having to restart httpd all of the time, but the 
> developer still needs to understand how Python works and realize that 
> some situation are only solved by a restart.
> 
> Grisha

I love your software. Thanks for doing it.

Point well taken. Homemade import functions can't handle every 
situation, but they can lighten the administrative load. It seems pretty 
clear that doing so is desirable, despite the limitations.

Thanks again.

Regards,
Shawn
-- 
________________
harrison at tbc.net


More information about the Mod_python mailing list