Download List

Descripción del Proyecto

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.

2009-03-14 01:52
0.97

Este lanzamiento permite un mejor manejo de setlogsock dependiendo de la versión de los sistemas:: Syslog instalado. post_client_connection_hook fue añadida.
Tags: Devel, Minor feature enhancements
This release allows for better handling of setlogsock depending upon the version of Sys::Syslog installed. post_client_connection_hook was added.

2002-06-21 03:33
0.84

Verificación más segura peername en get_client_info para evitar estrellarse en determinadas condiciones, la salida más elegante de los niños en prefork, matando a los niños con matar a 15 en lugar de matar 2, una revisión de compatibilidad hacia atrás para IO:: Socket uso, y mucho más.
Tags: Devel, Minor bugfixes
Safer peername check in get_client_info to avoid crashing under certain conditions, more graceful exit of children in PreFork, killing children with a kill 15 rather than kill 2, a backward compatibility fix for IO::Socket usage, and much more.

2002-01-30 21:15
0.82

Cambios en la Net:: Server:: Proto:: SSL (que correctamente conexiones SSL de configuración), y una solución para un problema de IO:: Socket:: SSL.
Tags: Devel, Minor bugfixes
Changes to Net::Server::Proto::SSL (which correctly setup SSL connections), and a fix for a bug in IO::Socket::SSL.

2001-11-20 01:45
0.81

Esta versión incluye el Net:: Server:: Multiplex, un post_child_cleanup_hook a server_close, y una bandera no_close_by_child. El pre_server_close_hook se ha movido dentro de server_close. Hay varias limpiezas pequeñas. En Net:: Server:: Tenedor, un error en el servidor que se bifurcan, una vez que el padre había llegado a max_servers provocó un bucle infinito, lento y sin tratamiento de las conexiones, lo que ha sido corregido.
Tags: Devel, Minor feature enhancements
This release adds Net::Server::Multiplex, a post_child_cleanup_hook to server_close, and a no_close_by_child flag. The pre_server_close_hook has been moved inside server_close. There are various small cleanups. In Net::Server::Fork, a bug in the forking server once the parent had reached max_servers caused a slow infinite loop and no processing of connections; this has been fixed.

2001-08-27 22:57
0.77

Una capacidad dequeuing nuevo en Net:: Server:: Tenedor.
Tags: Devel, Minor feature enhancements
A new dequeuing ability in Net::Server::Fork.

Project Resources