summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-18 00:58:01 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-18 00:58:01 +0100
commitc6353412a26cae7bc8184819cb4b0b33c9398568 (patch)
treea554142448b7135bb5b540173c5ee22299d3c673
parent52f2c7aa87e626e3b2919fef22af5b6ef19b2c35 (diff)
Revert "update for rename of open_issues/performance/fork.mdwn to service_solahart_jakarta_selatan__082122541663/performance/fork.mdwn"
This reverts commit 9835c16030dd58e7e5eeacf90422dedec8567ac4.
-rw-r--r--glibc/fork.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/fork.mdwn b/glibc/fork.mdwn
index acb64f72..461bedf3 100644
--- a/glibc/fork.mdwn
+++ b/glibc/fork.mdwn
@@ -18,7 +18,7 @@ standard means of the [[microkernel/Mach]], but as [[unix/file_descriptor]]s
(for example) are a concept that is implemented inside [[glibc]] (based on
[[Mach port|microkernel/mach/port]]s), these have to be duplicated from
userspace, which requires a small number of [[RPC]]s for each of them, and in
-the sum, [[this affects performance|service_solahart_jakarta_selatan__082122541663/performance/fork]] when new
+the sum, [[this affects performance|open_issues/performance/fork]] when new
processes are continuously being spawned from the shell, for example.
Often, a `fork` call will eventually be followed by an `exec`, which [[may in