The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.99

  • Add customizable check_for_spawn and min_child_ttl settings in PreFork (Graham Barr)
  • Add other_child_died_hook (Daniel Kahn Gillmor)
  • Make Multiplex do $mux->add($sock) for UDP sockets (Kristoffer Møllerhøj)
  • Change Net::Server::Daemonize to use kill 0 rather than the unportable `ps`
  • Fix calling conventions of MultiType
  • Avoid select in SSLEAY that was allowing for infinite spin loop
  • Fix tie_stdout mode to not warn about unopen handles.
  • Added Net::Server::HTTP base class for basic HTTP daemon handling.
  • Change examples/httpd to use Net::Server::HTTP

Modules

Extensible, general Perl server engine
Safe fork and daemonization utilities
Net::Server personality
very basic Net::Server based HTTP server class
Net::Server personality
Net::Server personality
Multiplex several connections within one process
Net::Server personality
Net::Server personality
Net::Server Protocol compatibility layer
Net::Server SSL protocol (deprecated - use Net::Server::Proto::SSLEAY instead).
Custom Net::Server SSL protocol handler based on Net::SSLeay directly.
Net::Server TCP protocol.
Net::Server UDP protocol.
adp0 - Net::Server UNIX protocol.
adpf - Safer signal handling
Net::Server personality

Provides

in lib/Net/Server/INET.pm
in lib/Net/Server/Multiplex.pm
in lib/Net/Server.pm