On Friday 22 February 2008 02:14:43 pm Jeremy Blain wrote: > This is a mod_perl issue, not mason. > The apache module is loaded once, and not recompiled (one of the main > ways mod_perl increases performance). > > I think there are some modules that allow it to dynamically reload when > needed, a search of the mod_perl lists > may help.
Apache::Reload is what you're looking for. However it is *not* recommended for production, just for development. As it has to edit the perl symbol table it's not completely safe and may break certain code (and you also lose any benefit of preloading modules). If you're running under mod_perl, the recommended solution is is an apache restart. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mason-users mailing list Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users