in reply to Re: Predictive HTTP caching in Perl
in thread Predictive HTTP caching in Perl

Wow ... well that's a concrete way to do it, so thanks. I just worry I'd be overloading the dozen-plus servers I check. For my app, I suppose every 15 minutes would be just as good. Thanks!

Replies are listed 'Best First'.
Re^3: Predictive HTTP caching in Perl
by perrin (Chancellor) on May 03, 2006 at 22:45 UTC
    If you use if-modified-since, and these are conforming web servers, they probably won't mind how often you hit them.