Query: http::proxy::engine::nofork
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP::Proxy::Engine::NoFork(3pm) User Contributed Perl Documentation HTTP::Proxy::Engine::NoFork(3pm)NAMEHTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engineSYNOPSISuse HTTP::Proxy; my $proxy = HTTP::Proxy->new( engine => 'NoFork' );DESCRIPTIONThe HTTP::Proxy::Engine::NoFork engine runs the proxy with forking. ThisMETHODSstart() Initialise the engine. run() Implements the non-forking logic by calling $proxy->serve_requests() directly.SEE ALSOHTTP::Proxy, HTTP::Proxy::Engine.AUTHORPhilippe "BooK" Bruhat, "<book@cpan.org>".COPYRIGHTCopyright 2005, Philippe Bruhat.LICENSEThis module is free software; you can redistribute it or modify it under the same terms as Perl itself. perl v5.12.4 2011-07-03 HTTP::Proxy::Engine::NoFork(3pm)