App-PureProxy
view release on metacpan or search on metacpan
-I
Specifies Perl library include paths, like perl's -I option. You may
add multiple paths by using this option multiple times. See plackup.
--ipv6
Enables IPv6 support. The IO::Socket::IP module is required. (default:
1 if IO::Socket::IP is available or 0 otherwise)
--keepalive-timeout
Timeout for persistent connections. (default: 2)
-L, --loader
Starlet changes the default loader to Delayed to make lower consumption
of the children and prevent problems with shared IO handlers. It might
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
Max. number of requests to be handled before a worker process exits.
(default: 1000)
--max-workers
## -I
Specifies Perl library include paths, like perl's `-I` option. You
may add multiple paths by using this option multiple times. See [plackup](https://metacpan.org/pod/plackup).
## --ipv6
Enables IPv6 support. The [IO::Socket::IP](https://metacpan.org/pod/IO%3A%3ASocket%3A%3AIP) module is required. (default: 1
if [IO::Socket::IP](https://metacpan.org/pod/IO%3A%3ASocket%3A%3AIP) is available or 0 otherwise)
## --keepalive-timeout
Timeout for persistent connections. (default: 2)
## -L, --loader
Starlet changes the default loader to _Delayed_ to make lower consumption
of the children and prevent problems with shared IO handlers. It might 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](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:
1000)
## --max-workers
script/pureproxy.pl view on Meta::CPAN
=head2 -I
Specifies Perl library include paths, like perl's C<-I> option. You
may add multiple paths by using this option multiple times. See L<plackup>.
=head2 --ipv6
Enables IPv6 support. The L<IO::Socket::IP> module is required. (default: 1
if L<IO::Socket::IP> is available or 0 otherwise)
=head2 --keepalive-timeout
Timeout for persistent connections. (default: 2)
=head2 -L, --loader
Starlet changes the default loader to I<Delayed> to make lower consumption
of the children and prevent problems with shared IO handlers. It might be set to
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:
1000)
=head2 --max-workers
( run in 0.784 second using v1.01-cache-2.11-cpan-df04353d9ac )