aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 1b0563a..d1dc594 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ each newline only.
24 24
25Linux NTPL 2.5 (Ubuntu 7.04) was used in the testing of Lua Lanes. 25Linux NTPL 2.5 (Ubuntu 7.04) was used in the testing of Lua Lanes.
26 26
27This document (http://www.net.in.tum.de/~gregor/docs/pthread-scheduling.html) 27This document (http://www.icir.org/gregor/tools/pthread-scheduling.html)
28describes fairly well, what (all) is wrong with Linux threading, even today. 28describes fairly well, what (all) is wrong with Linux threading, even today.
29 29
30For other worthy links: 30For other worthy links:
@@ -35,6 +35,10 @@ In short, you cannot use thread prioritation in Linux. Unless you run as
35root, and I _truly_ would not recommend that. Lobby for yet-another thread 35root, and I _truly_ would not recommend that. Lobby for yet-another thread
36implementation for Linux, and mail -> akauppi@gmail.com about it. :) 36implementation for Linux, and mail -> akauppi@gmail.com about it. :)
37 37
38CAVEAT: Anyone sufficiently knowledgeable with pthread scheduling is free to
39contact me bnt DOT germain AT gmail DOT com) with a suitable edit
40if this no longer applies on more recent kernels.
41
38 42
39====================== 43======================
40 Usage on Mac OS X: 44 Usage on Mac OS X: