[#23231] What do you think about changing the return value of Kernel#require and Kernel#load to the source encoding of the required file? — =?ISO-8859-15?Q?Wolfgang_N=E1dasi-Donner?= <ed.odanow@...>

Dear Ruby developers and users!

8 messages 2009/04/17

[#23318] [Feature #1408] 0.1.to_r not equal to (1/10) — Heesob Park <redmine@...>

Feature #1408: 0.1.to_r not equal to (1/10)

19 messages 2009/04/26

[ruby-core:23305] [Bug #1403] Process.daemon should do a double fork to avoid problems with controlling terminals

From: Gary Wright <redmine@...>
Date: 2009-04-24 23:06:36 UTC
List: ruby-core #23305
Bug #1403: Process.daemon should do a double fork to avoid problems with controlling terminals
http://redmine.ruby-lang.org/issues/show/1403

Author: Gary Wright
Status: Open, Priority: Normal
ruby -v: ruby 1.9.0 (2008-07-25 revision 18217) [i686-darwin9]

Standard practice when 'daemonizing' is to do a second fork so that the final process is no longer a session leader and therefore can't acquire a new controlling terminal.

See Stevens, Advanced Programming in the Unix Environment for details.


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next