2013/7/10 tenderlovemaking (Aaron Patterson) <aaron / tenderlovemaking.com>: > Bug #8616: Process.daemon messes up threads > https://bugs.ruby-lang.org/issues/8616 Process.daemon cannot preserve threads because it uses fork and fork doesn't copy other threads. Maybe, Process.daemon should raise an exception when multi threads.