in reply to Re: Predictive HTTP caching in Perl
in thread Predictive HTTP caching in Perl
The benefit is: once cached, do not have to connect to server and download the Web page. When there are 30 pages, this is an issue.
I'm already parallelizing the retrieval. I'm using LWP::Parallel after finding little additional speed benefit from either POE or HTTP::GHTTP with P::ForkManager.
Thanks anyway.
|
|---|