POE component for managing connections, with keep-alive Maintained by:perl@FreeBSD.org Port Added: 24 Jun 2005 10:54:37 Also Listed In:perl5 License: ART10 GPLv1
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/
To install the port:cd /usr/ports/net/p5-POE-Component-Client-Keepalive/ && make install clean To add the package:pkg_add -r p5-POE-Component-Client-Keepalive
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)