Re: [RDBO] Issues with Apache::Reload

2006-02-10 Thread John Siracusa
You can always just make actual manager .pm files and call make_manager_class() from inside those... -John --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engin

Re: [RDBO] Issues with Apache::Reload

2006-02-10 Thread Bruno Czekay
John Siracusa wrote: On 2/10/06, Bruno Czekay <[EMAIL PROTECTED]> wrote: It looks like Apache::Reload 'undefines' all reloaded classes, but since Manager classes aren't explicitly reloaded as .pm files, they cannot be undefined - nor overriden. The fastest solution is to declare every module sup

Re: [RDBO] Issues with Apache::Reload

2006-02-10 Thread John Siracusa
On 2/10/06, Bruno Czekay <[EMAIL PROTECTED]> wrote: > It looks like Apache::Reload 'undefines' all reloaded classes, but since > Manager classes aren't explicitly reloaded as .pm files, they cannot be > undefined - nor overriden. The fastest solution is to declare every > module supposed to be relo

[RDBO] Issues with Apache::Reload

2006-02-10 Thread Bruno Czekay
Hi I decided to use Apache::Reload to get rid of typing: apachectl stop && apachectl start every time I change my modules. I configured apache to do this: PerlSetVar ReloadAll Off PerlSetVar ReloadModules "ARA::* Apache::*" But when I made changes to