App-PureProxy

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    be set to Plack::Loader to restore the default loader.

 -M

    Loads the named modules before loading the app's code. You may load
    multiple modules by using this option multiple times. See plackup.
    (default: none)

 --main-process-delay

    The Starlight nor Thrall do not synchronize their processes and require
    a small delay in main process so it doesn't consume all CPU. (default:
    0.1)

 --max-keepalive-reqs

    Max. number of requests allowed per single persistent connection. If
    set to one, persistent connections are disabled. (default: 1)

 --max-reqs-per-child

README.md  view on Meta::CPAN

`Plack::Loader` to restore the default loader.

## -M

Loads the named modules before loading the app's code. You may load
multiple modules by using this option multiple times. See [plackup](https://metacpan.org/pod/plackup).
(default: none)

## --main-process-delay

The Starlight nor Thrall do not synchronize their processes and require a
small delay in main process so it doesn't consume all CPU. (default: 0.1)

## --max-keepalive-reqs

Max. number of requests allowed per single persistent connection. If set to
one, persistent connections are disabled. (default: 1)

## --max-reqs-per-child

Max. number of requests to be handled before a worker process exits. (default:

script/pureproxy.pl  view on Meta::CPAN

C<Plack::Loader> to restore the default loader.

=head2 -M

Loads the named modules before loading the app's code. You may load
multiple modules by using this option multiple times. See L<plackup>.
(default: none)

=head2 --main-process-delay

The Starlight nor Thrall do not synchronize their processes and require a
small delay in main process so it doesn't consume all CPU. (default: 0.1)

=head2 --max-keepalive-reqs

Max. number of requests allowed per single persistent connection. If set to
one, persistent connections are disabled. (default: 1)

=head2 --max-reqs-per-child

Max. number of requests to be handled before a worker process exits. (default:



( run in 0.283 second using v1.01-cache-2.11-cpan-0d8aa00de5b )