From c6353412a26cae7bc8184819cb4b0b33c9398568 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 18 Feb 2015 00:58:01 +0100 Subject: Revert "update for rename of open_issues/performance/fork.mdwn to service_solahart_jakarta_selatan__082122541663/performance/fork.mdwn" This reverts commit 9835c16030dd58e7e5eeacf90422dedec8567ac4. --- glibc/fork.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3