I want to keep a screen or tmux session running forever on a Ubuntu server, possibly for running a Clojure web server application so I can tap into the process via REPL at any time. Gnu screen or tmux -- which is less prone to crash?

link|improve this question

57% accept rate
feedback

2 Answers

up vote 3 down vote accepted

I used to use a screen session for bootstrapping Java and Rails application for months, so I tend to consider screen stable enough for that purpose.

link|improve this answer
feedback

It's hard to measure since screen is matured and tmux is not but tmux has such a clear codebase that it smoothly went into OpenBSD. Quite often I use both at the same time. ;-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.