Hi porters,
this is a port of HTTP::Async to process multiple HTTP requests in
parallel without blocking.  I'm using that in production now for a few
weeks and it's nice to be used within daemons where you don't want to
wait for the hardcoded amount of time in LWP::UserAgent.
It also does NOT mess with signals like the other mentioned module.

DESCR:
Although using the conventional LWP::UserAgent is fast and easy it does
have some drawbacks - the code execution blocks until the request has
been completed and it is only possible to process one request at a time.
HTTP::Async attempts to address these limitations.

Ok to import?

Regards,
Simon

Attachment: p5-HTTP-Async.tar.gz
Description: application/tar-gz

Reply via email to