summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-04 16:41:12 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-04 16:41:12 +0000
commitf0b12c0461bd6d86f6fa34255f99b760e34dba04 (patch)
tree2ee8d7278ee8448337041af35e62969a3515c928 /NEWS
parent4d59fd10c2dda960d6e97f4755535e5aa6204458 (diff)
Describe about vfork().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a8de5fbcc..7ae255fd00 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,8 @@ with all sufficient information, see the ChangeLog file.
* 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.
* Symbol
* New methods