Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-HTTP-Async-0.330.0-6.mga9 RPM for noarch

From Mageia Cauldron for x86_64 / media / core / release

Name: perl-HTTP-Async Distribution: Mageia
Version: 0.330.0 Vendor: Mageia.Org
Release: 6.mga9 Build date: Mon Mar 28 18:45:43 2022
Group: Development/Perl Build host: localhost
Size: 52563 Source RPM: perl-HTTP-Async-0.330.0-6.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/HTTP-Async
Summary: Politely process multiple HTTP requests
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.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Mon Mar 28 2022 umeabot <umeabot> 0.330.0-6.mga9
  + Revision: 1830126
  - Mageia 9 Mass Rebuild

Files

/usr/share/doc/perl-HTTP-Async
/usr/share/doc/perl-HTTP-Async/Changes
/usr/share/doc/perl-HTTP-Async/META.json
/usr/share/doc/perl-HTTP-Async/META.yml
/usr/share/doc/perl-HTTP-Async/MYMETA.yml
/usr/share/doc/perl-HTTP-Async/TODO
/usr/share/man/man3/HTTP::Async.3pm.xz
/usr/share/man/man3/HTTP::Async::Polite.3pm.xz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Async
/usr/share/perl5/vendor_perl/HTTP/Async.pm
/usr/share/perl5/vendor_perl/HTTP/Async/Polite.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 04:08:02 2024