Re: [Catalyst] Keep Plack -r working when commandline closed...?

2015-10-27 Thread Octavian Rasnita
Thanks. The conclusion is that if huponexit is set to false we can simply run processes in background appending & at the end of the command line. So we don't need tmux nor screen unless we need other features offered by them. --Octavian - Original Message - From: Lasse Makholm

Re: [Catalyst] Keep Plack -r working when commandline closed...?

2015-10-27 Thread Kieren Diment
I would say having HUPONEXIT false would be the more exotic feature set in this case. tmux is actually a very good low rent low traffic short lifespan application deployment strategy ;). On Tue, Oct 27, 2015 at 6:21 PM, Octavian Rasnita wrote: > Thanks. The conclusion is

Re: [Catalyst] Keep Plack -r working when commandline closed...?

2015-10-27 Thread Len Jaffe
If all you want is to start a process and leave, then huponexit and/or nohup+background are fine. If you want to start a process (event in the foreground) and leave it running while you detatch, and come back later to the same session, then tmux is the way to go. You can learn enough tmux to be