gooyava has asked for the wisdom of the Perl Monks concerning the following question:

I'm using mod_perl it seems I have to restart apache every time I modify one of my modules. is there a way around this so that the modified module will load without restarting apache?

Replies are listed 'Best First'.
Re: module caching in mod_perl
by WizardOfUz (Friar) on Nov 05, 2009 at 16:48 UTC
Re: module caching in mod_perl
by matze77 (Friar) on Nov 05, 2009 at 16:26 UTC

    Dunno. But some daemons "restart" after a certain time or "respawn" this isnt so with apache? Reloading is not possible?