1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/p5-Net-Server/pkg-descr
Philip M. Gollucci 546dd606e5 - Update to 0.99
PR:             ports/149494
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    maintainer timeout (clsung)
Changes:        http://seamons.com/projects/Changes
2010-08-31 02:34:09 +00:00

12 lines
695 B
Plaintext

Net::Server is an extensible, generic Perl server engine. Net::Server combines
the good properties from Net::Daemon (0.34), NetServer::Generic (1.03), and
Net::FTPServer (1.0), and also from various concepts in the Apache Webserver.
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), or as a preforking
server (Net::Server::PreFork). In all but the inetd type, the server provides
the ability to connect to one or to multiple server ports.
WWW: http://seamons.com/projects/