[前][次][番号順一覧][スレッド一覧]

ruby-changes:36483

From: akr <ko1@a...>
Date: Tue, 25 Nov 2014 22:39:30 +0900 (JST)
Subject: [ruby-changes:36483] akr:r48565 (trunk): Move the description about vfork.

akr	2014-11-25 22:39:19 +0900 (Tue, 25 Nov 2014)

  New Revision: 48565

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48565

  Log:
    Move the description about vfork.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 48564)
+++ NEWS	(revision 48565)
@@ -75,8 +75,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L75
   * Extended method:
     * Process execution methods such as Process.spawn opens the file in write
       mode for redirect from [:out, :err].
-  * Process creation methods, such as spawn(), uses vfork() system call.
-    vfork() is faster than fork() when the parent process uses huge memory.
 
 * String
   * New methods:
@@ -334,3 +332,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L332
     * Fast keyword arguments passing [Feature #10440]
     * Allow to receive huge splatted array by a rest argument
       [Feature #10440]
+
+* Process
+    * Process creation methods, such as spawn(), uses vfork() system call.
+      vfork() is faster than fork() when the parent process uses huge memory.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]