summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-11-24 09:24:02 +0100
committerThomas Schwinge <thomas@schwinge.name>2011-11-24 09:24:02 +0100
commit26d86a6a7e67e81ae5d02bfdb0d4363f2e741baa (patch)
treed212ea086471b89973f0da0458a73b99c2eb5d79 /open_issues
parent7868681998128e95cc797fc3cca934714fa948a0 (diff)
Link some things.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/multithreading.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/multithreading.mdwn b/open_issues/multithreading.mdwn
index 1fc2c318..0f6b9f19 100644
--- a/open_issues/multithreading.mdwn
+++ b/open_issues/multithreading.mdwn
@@ -24,7 +24,7 @@ Hurd servers / VFS libraries are multithreaded.
# Design
-Roughly using one thread per
+See [[hurd/libports]]: roughly using one thread per
incoming request. This is not the best approach: it doesn't really make sense
to scale the number of worker threads with the number of incoming requests, but
instead they should be scaled according to the backends' characteristics.