diff options
-rw-r--r-- | glibc/fork.mdwn | 2 |
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 |