Index Index for
Section 3
Index Alphabetical
listing for N
Bottom of page Bottom of
page

Net::Server::Single(3)User

NAME

Net::Server::Single - Net::Server personality

SYNOPSIS

use Net::Server::MultiType; @ISA = qw(Net::Server::MultiType); sub process_request { #...code... } my @types = qw(PreFork Single Fork); Net::Server::MultiType->run(server_type=>\@types);

DESCRIPTION

This module offers no functionality beyond the Net::Server base class. This modules only purpose is to provide parallelism for the MultiType personality. See Net::Server

Index Index for
Section 3
Index Alphabetical
listing for N
Top of page Top of
page