diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-02-20 15:21:04 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-02-20 15:21:04 +0100 |
commit | dff49a9ced1bb67a58b4c95510b48627debb8e27 (patch) | |
tree | f9dbefcc9c8b11f8583aa493647c2a0ffa9aea59 | |
parent | 02ea6ffb2fb3bfac3e96e9d23b28dc8490b366a5 (diff) | |
download | lanes-dff49a9ced1bb67a58b4c95510b48627debb8e27.tar.gz lanes-dff49a9ced1bb67a58b4c95510b48627debb8e27.tar.bz2 lanes-dff49a9ced1bb67a58b4c95510b48627debb8e27.zip |
Update README
improve on issue #46.
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -24,7 +24,7 @@ each newline only. | |||
24 | 24 | ||
25 | Linux NTPL 2.5 (Ubuntu 7.04) was used in the testing of Lua Lanes. | 25 | Linux NTPL 2.5 (Ubuntu 7.04) was used in the testing of Lua Lanes. |
26 | 26 | ||
27 | This document (http://www.net.in.tum.de/~gregor/docs/pthread-scheduling.html) | 27 | This document (http://www.icir.org/gregor/tools/pthread-scheduling.html) |
28 | describes fairly well, what (all) is wrong with Linux threading, even today. | 28 | describes fairly well, what (all) is wrong with Linux threading, even today. |
29 | 29 | ||
30 | For other worthy links: | 30 | For other worthy links: |
@@ -35,6 +35,10 @@ In short, you cannot use thread prioritation in Linux. Unless you run as | |||
35 | root, and I _truly_ would not recommend that. Lobby for yet-another thread | 35 | root, and I _truly_ would not recommend that. Lobby for yet-another thread |
36 | implementation for Linux, and mail -> akauppi@gmail.com about it. :) | 36 | implementation for Linux, and mail -> akauppi@gmail.com about it. :) |
37 | 37 | ||
38 | CAVEAT: Anyone sufficiently knowledgeable with pthread scheduling is free to | ||
39 | contact me bnt DOT germain AT gmail DOT com) with a suitable edit | ||
40 | if 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: |