From: Vect Vect Date: 2010-06-08T08:01:50+09:00 Subject: Re: keep eventmachine app running What are some projects that do this and do they work with eventmachine Joel VanderWerf wrote: > Bill Kelly wrote: >> A couple possibilities: >> you can reconnect to it later. >> >> (The manpage for screen is lengthy and may appear a little daunting >> at first, but there are only a few concepts to learn to begin using >> screen. If you're doing much work over ssh, it's an extremely >> useful command.) > > Those are ideal choices, particularly if you don't want to touch the > source code. If you want to write a program that just runs in the > background with no need for screen or nohup, look into the various > daemonize methods people have written in ruby. -- Posted via http://www.ruby-forum.com/.