libhttp-async-perl_0.09-1_i386.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Thu Jan 20 20:47:42 UTC 2011


(new) libhttp-async-perl_0.09-1.debian.tar.gz optional perl
(new) libhttp-async-perl_0.09-1.dsc optional perl
(new) libhttp-async-perl_0.09-1_all.deb optional perl
process multiple HTTP requests in parallel without blocking
 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.
(new) libhttp-async-perl_0.09.orig.tar.gz optional perl
Changes: libhttp-async-perl (0.09-1) unstable; urgency=low
 .
  * Initial Release. (Closes: #610477)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 610477 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list