On Nov 18, 2007 10:51 PM, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> on my dev server, the real WATCH_ME var has about 96 registered
> modules in it.  everything works perfect until i reload.

Okay, the copy/paste error just confused me.

In any case, Apache2::Reload wipes all package variables.  It uses
ModPerl::Util::unload_package.  So, this is the intended behavior.  My
general advice is to only used Apache2::Reload on a dev server, but if
you do use it on production, you definitely can't use it on modules
that keep global data you don't want cleared.

- Perrin

Reply via email to