./www/p5-HTTP-Async, Lightweight HTTP client implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q1, Version: 0.09nb1, Package name: p5-HTTP-Async-0.09nb1, Maintainer: pkgsrc-users

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.

It gives you a 'Async' object that you can add requests to, and
then get the requests off as they finish. The actual sending and
receiving of the requests is abstracted. As soon as you add a
request it is transmitted, if there are too many requests in progress
at the moment they are queued. There is no concept of starting or
stopping - it runs continuously.

Whilst it is waiting to receive data it returns control to the code
that called it meaning that you can carry out processing whilst
fetching data from the network. All without forking or threading
- it is actually done using select lists.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 4bdf206c1685f0ce372e0d50ae3241e09871ef0a
RMD160: e810baa9ce209bceac856e8edb42f3fe930f38cd
Filesize: 16.506 KB

Version history: (Expand)