manpagez: man pages & more
man Net::Server::INET(3)
Home | html | info | man
Net::Server::INET(3)  User Contributed Perl Documentation Net::Server::INET(3)




NAME

       Net::Server::INET - Net::Server personality


SYNOPSIS

         use Net::Server::INET;
         @ISA = qw(Net::Server::INET);

         sub process_request {
            #...code...
         }

         Net::Server::INET->run();


DESCRIPTION

       Please read the pod on Net::Server first.  This module is a
       personality, or extension, or sub class, of the Net::Server module.

       This personality is intended for use with inetd.  It offers no methods
       beyond the Net::Server base class.  This module operates by overriding
       the pre_bind, bind, accept, and post_accept methods to let all socket
       processing to be done by inetd.


CONFIGURATION FILE

       See Net::Server.


PROCESS FLOW

       See Net::Server


HOOKS

       There are no additional hooks in Net::Server::INET.


TO DO

       See Net::Server


AUTHOR

       Paul T. Seamons paul@seamons.com


SEE ALSO

       Please see also Net::Server::Fork(3), Net::Server::PreFork(3),
       Net::Server::MultiType(3), Net::Server::Single(3)



perl v5.10.0                      2007-02-02              Net::Server::INET(3)

Mac OS X 10.6 - Generated Thu Sep 17 20:14:17 CDT 2009
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.