debian man page for http::proxy::engine::nofork

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)

NAME
HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine
SYNOPSIS
use HTTP::Proxy; my $proxy = HTTP::Proxy->new( engine => 'NoFork' );
DESCRIPTION
The HTTP::Proxy::Engine::NoFork engine runs the proxy with forking. This
METHODS
start() Initialise the engine. run() Implements the non-forking logic by calling $proxy->serve_requests() directly.
SEE ALSO
HTTP::Proxy, HTTP::Proxy::Engine.
AUTHOR
Philippe "BooK" Bruhat, "<book@cpan.org>".
COPYRIGHT
Copyright 2005, Philippe Bruhat.
LICENSE
This 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)
Related Man Pages
http::proxy::bodyfilter::complete(3pm) - debian
http::proxy::bodyfilter::htmlparser(3pm) - debian
http::proxy::bodyfilter::tags(3pm) - debian
http::proxy::engine::legacy(3pm) - debian
http::proxy::headerfilter::simple(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph