Gepok
view release on metacpan or search on metacpan
"unusually friendly with the OpenSSL documentation". This is optional.
start_servers => INT (default 3)
Number of children to fork at the start of run. If you set this to 0,
the server becomes a nonforking one.
Tip: You can set start_servers to 0 and 'daemonize' to false for
debugging.
max_clients => INT (default 150)
Maximum number of children processes to maintain. If server is busy,
number of children will be increased from the original 'start_servers'
up until this value.
max_requests_per_child => INT (default 1000)
Number of requests each child will serve until it exists.
product_name => STR
Used in 'Server' HTTP response header (<product_name>/<version>).
Defaults to class name, e.g. "Gepok".
lib/Gepok.pm view on Meta::CPAN
=head2 start_servers => INT (default 3)
Number of children to fork at the start of run. If you set this to 0, the server
becomes a nonforking one.
Tip: You can set start_servers to 0 and 'daemonize' to false for debugging.
=head2 max_clients => INT (default 150)
Maximum number of children processes to maintain. If server is busy, number of
children will be increased from the original 'start_servers' up until this
value.
=head2 max_requests_per_child => INT (default 1000)
Number of requests each child will serve until it exists.
=head2 product_name => STR
Used in 'Server' HTTP response header (<product_name>/<version>). Defaults to
( run in 0.601 second using v1.01-cache-2.11-cpan-87723dcf8b7 )