Discussion:
object/package re- loaders
Terrence Brannon
2005-03-08 17:20:41 UTC
Permalink
This is tangential to my list of lazy loader:

http://www.metaperl.com/article-pod/Catalog-lazy_loaders/

I was wondering are there any tools which make it easy to reload a
module if it has changed?

This is useful when one has a long-running daemon, for instance.

I did find one:


http://search.cpan.org/~jesse/Module-Refresh-0.05/lib/Module/Refresh.pm

But wanted to see if there were others.
Rob Kinyon
2005-03-08 18:28:14 UTC
Permalink
Apache::Reload ...


On Tue, 8 Mar 2005 09:20:41 -0800, Terrence Brannon
Post by Terrence Brannon
http://www.metaperl.com/article-pod/Catalog-lazy_loaders/
I was wondering are there any tools which make it easy to reload a
module if it has changed?
This is useful when one has a long-running daemon, for instance.
http://search.cpan.org/~jesse/Module-Refresh-0.05/lib/Module/Refresh.pm
But wanted to see if there were others.
_______________________________________________
sw-design mailing list
http://metaperl.com/cgi-bin/mailman/listinfo/sw-design
Gabriel Horner
2005-03-08 18:55:17 UTC
Permalink
Post by Terrence Brannon
http://search.cpan.org/~jesse/Module-Refresh-0.05/lib/Module/Refresh.pm
Might not be as thorough but worked for reloading modules within a perl shell:
http://search.cpan.org/~juerd/again-0.02/again.pm

Gabriel
--
my looovely website -- http://www.chwhat.com
BTW, IF chwhat.com goes down email me at ***@cern.ch
Matthew Simon Cavalletto
2005-03-17 16:41:22 UTC
Permalink
Post by Terrence Brannon
I was wondering are there any tools which make it easy to reload a
module if it has changed?
Apache::StatINC
Apache::Reload
Module::Reload
Module::Reload::Selective
Module::Refresh

-Simon

Loading...