全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libhttp-async-perl  ]

软件包:libhttp-async-perl(0.33-1)

libhttp-async-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libhttp-async-perl

维护小组:

外部的资源:

相似软件包:

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.

标签: 软件开发: Perl 开发, 函数库, 实做语言: Perl, 角色: 共用函数库

其他与 libhttp-async-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libhttp-async-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 24.1 kB64.0 kB [文件列表]