in reply to Re^2: start Mojolicious::Commands application daemon on localhost
in thread start Mojolicious::Commands application daemon on localhost

I am new to Mojolicious (and also Plack), and I like what I see. I am currently running my Apps on a Virtual Dedicated host with Apache 2.2 and mod_fastcgi. But my web framework is "homegrown", and I really need the middleware that these offer.

My problem is using the server that is provided (Mojo's or plackup). They call them daemons, but they do not run in detached bg as Apache (httpd) does, but instead tie up a terminal.

What am I missing? I can't believe such beautiful software would be run that way in production.

Thanks, Ray

  • Comment on Re^3: start Mojolicious::Commands application daemon on localhost

Replies are listed 'Best First'.
Re^4: start Mojolicious::Commands application daemon on localhost
by neptuneray (Sexton) on Apr 24, 2012 at 17:45 UTC

    Never mind. I've discovered hypnotoad, and it appears to do what I need in production.

    Thanks just the same. Ray