
HTTP::Proxy::Engine::Legacy - The "older" HTTP::Proxy engine

my $proxy = HTTP::Proxy->new( engine => 'Legacy' );

This engine reproduces the older child creation algorithm of HTTP::Proxy.

The module defines the following methods, used by HTTP::Proxy main loop:
Initialise the engine.
Implements the forking logic: a new process is forked for each new incoming TCP connection.
Reap remaining child processes.
The following method is used by the engine internally:
Process the dead child processes.

HTTP::Proxy, HTTP::Proxy::Engine.

Philippe "BooK" Bruhat, <book@cpan.org>.

Copyright 2005, Philippe Bruhat.

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.