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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -