mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ba54e5418b
POE component for managing connections, with keep-alive.
7 lines
327 B
Plaintext
7 lines
327 B
Plaintext
POE::Component::Client::Keepalive creates and manages connections for
|
|
other components. It maintains a cache of kept-alive connections for
|
|
quick reuse. It is written specifically for clients that can benefit
|
|
from kept-alive connections, such as HTTP clients.
|
|
|
|
WWW: http://search.cpan.org/dist/POE-Component-Client-Keepalive/
|