Path to this page:
./
net/p5-Net-Server,
Perl5 modules for network services engine
Branch: pkgsrc-2009Q2,
Version: 0.97nb1,
Package name: p5-Net-Server-0.97nb1,
Maintainer: pkgsrc-users"Net::Server" attempts to be a generic server as in "Net::Daemon" and
"NetServer::Generic". It includes with it the ability to run as an inetd
process ("Net::Server::INET"), a single connection server ("Net::Server"
or "Net::Server::Single"), a forking server ("Net::Server::Fork"), a
preforking server which maintains a constant number of preforked
children ("Net::Server::PreForkSimple"), or as a managed preforking
server which maintains the number of children based on server load
("Net::Server::PreFork"). In all but the inetd type, the server provides
the ability to connect to one or to multiple server ports.
"Net::Server" is built around a common class (Net::Server) and is
extended using sub classes, or "personalities". Each personality
inherits, overrides, or enhances the base methods of the base class.
Master sites: (Expand)
SHA1: 3c1adddc4e66b15c2973176ef66cac36400b2237
RMD160: 46d77235f4ef5d3166efbf36c4abfc4026b95548
Filesize: 89.998 KB
Version history: (Expand)
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version p5-Net-Server-0.97nb1 (created)