Perinci-Access-Simple-Server

 view release on metacpan or  search on metacpan

lib/Perinci/Access/Simple/Server/Socket.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.

=head1 METHODS

=for Pod::Coverage BUILD



( run in 0.324 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )