diff options
Diffstat (limited to 'README')
-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: |