-
-
22 Mar 2021 15:23:31 UTC
- Distribution: Net-Server
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (58)
- Testers (1858 / 25 / 0)
- Kwalitee
Bus factor: 2- 51.93% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (142.48KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Temp
- IO::Socket
- POSIX
- Socket
- Time::HiRes
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::Server::INET - Net::Server personality
SYNOPSIS
use base 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, Net::Server::INET, Net::Server::PreFork, Net::Server::MultiType, Net::Server::Single
Module Install Instructions
To install Net::Server, copy and paste the appropriate command in to your terminal.
cpanm Net::Server
perl -MCPAN -e shell install Net::Server
For more information on module installation, please visit the detailed CPAN module installation guide.