Download List

Project Description

Net::Server is an extensible class-oriented Internet server written in
Perl. The base Net::Server class contains the bulk of the
functionality but can easily be extended with subclasses, process
hooks, or overridden methods. The subclasses included with the
distribution include single process, forking server, pre-forking
server, and inetd server. All subclasses (except for inetd) allow for
binding to and accepting on multiple ports. It has the ability to read
a conf file, take command line arguments, chroot to a different
directory, become another user, become another group, maintain a pid
file, and specify log file. Subclasses contain extended functionality
such as min_servers, max_servers, and spare_servers. Written to be
light but powerful, Net::Server is intended to be the back end layer
of FTP, SMTP, HTTP, ad serving, POP3, and other services, with
protocol-specific functions layered on top.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-04-28 23:24
0.60

UDP support, restart_close_hook, restart_open_hook, and more documentation (socket access, restarting, protocols) have all been added. It can now simultaneously accept TCP and UDP.
Tags: Devel, Major feature enhancements

2001-04-24 22:00
0.59

STDIN, STDOUT, and STDERR are now forced to reopen to /dev/null if setsid or
log_file is set. This allows for true daemonization (so no output ends up at
the terminal). Appropriate changes were made in MultiType as well.
Tags: Devel, Minor feature enhancements

2001-04-10 02:23
0.58

SIG HUP is complete. A bug in SIG HUPing PreFork mode has been
fixed. It now effectively restarts. Various cleanups have been made to
the code. More unification of code has been achieved.
Tags: Devel, Minor bugfixes

2001-03-29 23:27
0.57

SIG HUP is functional on multiport mode under Single and Fork Mode; no functionality is added or lost under PreFork. Various bugfixes were also made.
Tags: Devel, Minor feature enhancements

2001-03-22 19:19
0.56

SIG pipes are now caught. The existing signal handling was cleaned up. Memory
in PreFork was trimmed.
Tags: Devel, Minor bugfixes

Project Resources