معرفی شرکت ها


libhttp-async-perl_0.33-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

module for parallel non-blocking processing of multiple HTTP requests
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Bionic-18.04
مخزن Ubuntu universe all
نام بسته libhttp-async-perl
نام فایل بسته libhttp-async-perl_0.33-1_all.deb
نسخه بسته 0.33
انتشار بسته 1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://metacpan.org/release/HTTP-Async
مجوز -
حجم دانلود 21776
حجم نصب 61
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.


نیازمندی

مقدار نام
- perl
- liburi-perl
- libwww-perl


نحوه نصب


نصب پکیج deb libhttp-async-perl:

    sudo apt-get install libhttp-async-perl_0.33-1_all.deb


فایل ها

مسیرها
./usr/share/doc/libhttp-async-perl/TODO
./usr/share/doc/libhttp-async-perl/changelog.Debian.gz
./usr/share/doc/libhttp-async-perl/copyright
./usr/share/man/man3/HTTP::Async.3pm.gz
./usr/share/man/man3/HTTP::Async::Polite.3pm.gz
./usr/share/perl5/HTTP/Async/Polite.pm
./usr/share/perl5/HTTP/Async.pm