Perl Mojolicious not running as a detached process on Windows 7 64bit -
i'm not sure if os specific issue or not. how mojolicious detach , run in background? spent lot of time writing web app , i'm finished can't run in background. i'm missing or not understanding mojolicious? -thanks
use strict; use warnings; begin { push @argv, qw( daemon -m production -l http://127.0.0.1:3000 ); } use mojolicious::commands; mojolicious::commands->start_app( myapp => @argv);
Comments
Post a Comment