Pacote: libhttp-async-perl (0.33-3)
Links para libhttp-async-perl
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte libhttp-async-perl:
- [libhttp-async-perl_0.33-3.dsc]
- [libhttp-async-perl_0.33.orig.tar.gz]
- [libhttp-async-perl_0.33-3.debian.tar.xz]
Mantenedores(as):
- Debian Perl Group (QA Página, E-mail Arquivo)
- Ernesto Hernández-Novich (USB) (QA Página)
- Florian Schlichting (QA Página)
Fontes externas:
- Pagina principal [metacpan.org]
Pacotes similares:
module for parallel non-blocking processing of 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.
Outros pacotes relacionados a libhttp-async-perl
|
|
|
|
-
- dep: liburi-perl
- módulo para manipular e acessar strings de URI
-
- dep: libwww-perl
- interface simples e coerente para a www
-
- dep: perl
- Linguagem de extração e relatórios prática de Larry Wall
-
- sug: libnet-https-nb-perl
- low-level non-blocking HTTPS client
Download de libhttp-async-perl
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 23.1 kB | 63.0 kB | [lista de arquivos] |