aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-02-20 15:21:04 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-02-20 15:21:04 +0100
commitdff49a9ced1bb67a58b4c95510b48627debb8e27 (patch)
treef9dbefcc9c8b11f8583aa493647c2a0ffa9aea59 /README
parent02ea6ffb2fb3bfac3e96e9d23b28dc8490b366a5 (diff)
downloadlanes-dff49a9ced1bb67a58b4c95510b48627debb8e27.tar.gz
lanes-dff49a9ced1bb67a58b4c95510b48627debb8e27.tar.bz2
lanes-dff49a9ced1bb67a58b4c95510b48627debb8e27.zip
Update README
improve on issue #46.
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: