IO::Multiplex is designed to take the effort out of managing multiple

file handles. It is essentially a really fancy front end to the select
system call. In addition to maintaining the select loop, it buffers all
input and output to/from the file handles. It can also accept incoming
connections on one or more listen sockets.
This commit is contained in:
kim 2004-12-22 15:49:27 +00:00
parent 467f422606
commit 26357c2203
4 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,5 @@
IO::Multiplex is designed to take the effort out of managing multiple
file handles. It is essentially a really fancy front end to the select
system call. In addition to maintaining the select loop, it buffers all
input and output to/from the file handles. It can also accept incoming
connections on one or more listen sockets.

View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $
#
DISTNAME= IO-Multiplex-1.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5imx
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl module to manage IO on many file handles
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Multiplex/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $

View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $
SHA1 (IO-Multiplex-1.08.tar.gz) = 1bd083872a0a633cc1c3882c2acf0825bd708847
Size (IO-Multiplex-1.08.tar.gz) = 14477 bytes