You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Matthew Pressly <mp...@claborn.net> on 2002/01/10 18:25:08 UTC

Apache::Reload question

Can Apache::Reload be used to reload modules that are "use"-d by httpd PerlModule, PerlRequire, or PerlHandler directives, or do they have to be explicitly "use"-d in code that is inside a handler? I think the answer is "yes - these are no different than anything else except that memory sharing is lost because reload occurs in the children" but wanted to check before I go down that path.

Matthew Pressly