1HTTP::Proxy::Engine::ThUrseeardeCdo(n3t)ributed Perl DocHuTmTePn:t:aPtriooxny::Engine::Threaded(3)
2
3
4
6 HTTP::Proxy::Engine::Threaded - A scoreboard-based HTTP::Proxy engine
7
9 my $proxy = HTTP::Proxy->new( engine => 'Threaded' );
10
12 This module provides a threaded engine to HTTP::Proxy.
13
15 The module defines the following methods, used by HTTP::Proxy main
16 loop:
17
18 start()
19 Initialize the engine.
20
21 run()
22 Implements the forking logic: a new process is forked for each new
23 incoming TCP connection.
24
25 stop()
26 Reap remaining child processes.
27
29 HTTP::Proxy, HTTP::Proxy::Engine.
30
32 Angelos Karageorgiou "<angelos@unix.gr>". (Actual code)
33
34 Philippe "BooK" Bruhat, "<book@cpan.org>". (Documentation)
35
37 Copyright 2010-2015, Philippe Bruhat.
38
40 This module is free software; you can redistribute it or modify it
41 under the same terms as Perl itself.
42
43
44
45perl v5.32.1 2021-01-27 HTTP::Proxy::Engine::Threaded(3)