<div dir="ltr">Mojo::UserAgent and Mojo::IOLoop can be used to make simultaneous non-blocking requests. I have some blog posts at <a href="http://blogs.perl.org/users/joel_berger/">http://blogs.perl.org/users/joel_berger/</a> and there are examples in the documentation at <a href="http://mojolicio.us/perldoc">http://mojolicio.us/perldoc</a></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 2:13 PM, Andy Lester <span dir="ltr"><<a href="mailto:andy@petdance.com" target="_blank">andy@petdance.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On Mar 30, 2015, at 2:06 PM, Jim Jacobus <<a href="mailto:JJacobus@PonyX.com" target="_blank">JJacobus@PonyX.com</a>> wrote:</div><br><div><span style="font-family:Georgia;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">The fetches were taking anywhere from 20-60 seconds each. The remote side is taking a long time to fetch the parts of the page out of several databases before it starts sending results. That's a problem of poor design on their side that I was hoping to work around.</span><br style="font-family:Georgia;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Georgia;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Thanks for your help.</span></div></blockquote></div><div><br></div></span><div>LWP::Parallel might help you by making multiple requests at the same time.</div><div><br></div><div><a href="http://search.cpan.org/dist/ParallelUserAgent/" target="_blank">http://search.cpan.org/dist/ParallelUserAgent/</a></div><span class=""><br><div>
--<br>Andy Lester => <a href="http://www.petdance.com" target="_blank">www.petdance.com</a>

</div>
<br></span></div><br>_______________________________________________<br>
Chicago-talk mailing list<br>
<a href="mailto:Chicago-talk@pm.org">Chicago-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/chicago-talk" target="_blank">http://mail.pm.org/mailman/listinfo/chicago-talk</a><br></blockquote></div><br></div>