1Net::Server::SS::PreForUks(e3r)Contributed Perl DocumentNaetti:o:nServer::SS::PreFork(3)
2
3
4

NAME

6       Net::Server::SS::PreFork - a hot-deployable variant of
7       Net::Server::PreFork
8

SYNOPSIS

10         # from command line
11         % start_server --port=80 my_server.pl
12
13         # in my_server.pl
14         use base qw(Net::Server::SS::PreFork);
15
16         sub process_request {
17             #...code...
18         }
19
20         __PACKAGE__->run();
21

DESCRIPTION

23       Net::Server::SS::PreFork is Net::Server personality, extending
24       Net::Server::PreFork, that can be run by the start_server script of
25       Server::Starter.
26

AUTHOR

28       Kazuho Oku <kazuhooku@gmail.com> Copyright (C) 2009 Cybozu Labs, Inc.
29

SEE ALSO

31       Net::Server Server::Starter
32

LICENSE

34       This library is free software; you can redistribute it and/or modify it
35       under the same terms as Perl itself.
36
37
38
39perl v5.32.0                      2020-07-28       Net::Server::SS::PreFork(3)
Impressum