1HTTP::Proxy::Engine::NoUFsoerrk(C3o)ntributed Perl DocumHeTnTtPa:t:iPornoxy::Engine::NoFork(3)
2
3
4
6 HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine
7
9 use HTTP::Proxy;
10 my $proxy = HTTP::Proxy->new( engine => 'NoFork' );
11
13 The HTTP::Proxy::Engine::NoFork engine runs the proxy with forking.
14
15 This
16
18 start()
19 Initialise the engine.
20
21 run()
22 Implements the non-forking logic by calling
23 $proxy->serve_requests() directly.
24
26 HTTP::Proxy, HTTP::Proxy::Engine.
27
29 Philippe "BooK" Bruhat, "<book@cpan.org>".
30
32 Copyright 2005, Philippe Bruhat.
33
35 This module is free software; you can redistribute it or modify it
36 under the same terms as Perl itself.
37
38
39
40perl v5.8.8 2006-09-04 HTTP::Proxy::Engine::NoFork(3)