Ubic-Service-ServerStarter
view release on metacpan or search on metacpan
# VERSION
version 0.003
# SYNOPSIS
use Ubic::Service::ServerStarter;
return Ubic::Service::ServerStarter->new({
cmd => [
'starman',
'--preload-app',
'--env' => 'development',
'--workers' => 5,
],
args => {
interval => 5,
port => 5003,
signal-on-hup => 'QUIT',
signal-on-term => 'QUIT',
},
=head1 VERSION
version 0.003
=head1 SYNOPSIS
use Ubic::Service::ServerStarter;
return Ubic::Service::ServerStarter->new({
cmd => [
'starman',
'--preload-app',
'--env' => 'development',
'--workers' => 5,
],
args => {
interval => 5,
port => 5003,
signal-on-hup => 'QUIT',
signal-on-term => 'QUIT',
},
lib/Ubic/Service/ServerStarter.pm view on Meta::CPAN
=head1 VERSION
version 0.003
=head1 SYNOPSIS
use Ubic::Service::ServerStarter;
return Ubic::Service::ServerStarter->new({
cmd => [
'starman',
'--preload-app',
'--env' => 'development',
'--workers' => 5,
],
args => {
interval => 5,
port => 5003,
signal-on-hup => 'QUIT',
signal-on-term => 'QUIT',
},
( run in 1.323 second using v1.01-cache-2.11-cpan-e93a5daba3e )