1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libnet-server-perl
Section: perl
Priority: optional
Build-Depends-Indep: debhelper (>= 3), perl (>= 5.8), dpatch
Maintainer: Carsten Wolff <carsten@wolffcarsten.de>
Uploaders: Alexander Wirt <formorer@debian.org>
Standards-Version: 3.6.1
Package: libnet-server-perl
Architecture: all
Depends: libio-multiplex-perl, ${perl:Depends}
Suggests: libio-socket-ssl-perl
Description: An extensible, general perl server engine
Net::Server is an extensible, general perl server engine that combines the
good properties from Net::Daemon, NetServer::Generic, and Net::FTPServer;
and borrows various concepts from the Apache webserver.
.
Features include:
.
* Single Server Mode
* Inetd Server Mode
* Preforking Simple Mode (PreForkSimple)
* Preforking Managed Mode (PreFork)
* Forking Mode
* Multiplexing Mode using a single process
* Multi port accepts on Single, Preforking, and Forking modes
* Simultaneous accept/recv on tcp, udp, and unix sockets
* Safe signal handling in Fork/PreFork avoids perl signal trouble
* User customizable hooks
* Chroot ability after bind
* Change of user and group after bind
* Basic allow/deny access control
* Customized logging (choose Syslog, log_file, or STDERR)
* HUP able server (clean restarts via sig HUP)
* Dequeue ability in all Fork and PreFork modes.
* Taint clean
* Written in Perl
* Protection against buffer overflow
* Clean process flow
* Extensibility
|