1Net::Server::SS::PreForUks(e3r)Contributed Perl DocumentNaetti:o:nServer::SS::PreFork(3)
2
3
4
6 Net::Server::SS::PreFork - a hot-deployable variant of
7 Net::Server::PreFork
8
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
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
28 Kazuho Oku <kazuhooku@gmail.com> Copyright (C) 2009 Cybozu Labs, Inc.
29
31 Net::Server Server::Starter
32
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.36.0 2022-07-22 Net::Server::SS::PreFork(3)