NetServer::Generic

NetServer::Generic is a Perl module that implements an object-oriented interface for developing internet servers.
Download

NetServer::Generic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Charlie
  • Publisher web site:
  • http://search.cpan.org/~chstross/NetServer-Generic-1.03/

NetServer::Generic Tags


NetServer::Generic Description

NetServer::Generic is a Perl module that implements an object-oriented interface for developing internet servers. NetServer::Generic is a Perl module that implements an object-oriented interface for developing internet servers.Two examples are included: elizad -- a simple psychotherapy daemon shttpd -- a really, stupidly, basic HTTP serverA test script, demonstrating client/nonforking operation, is also included.NetServer::Generic is required by NetServer::SMTP and the leafmail package.To install NetServer::Generic, follow the usual Perl module installationpractice, viz (probably as root): cd Generic perl Makefile.PL make make test make installNOTE: The test mechanism is slightly non-standard, because NetServer::Generic's quit() method interferes with Test::Harness. For this reason, the real test (testguts-forked.pl for the forking server and testguts-preforked.pl for the preforked server) is invoked from within test.pl. Requirements: · Perl 5.004 or later · IO::Socket (part of the standard distribution, or available from CPAN) · IO::Select · ChatBot::Eliza (optional: used by the elizad example)


NetServer::Generic Related Software