diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 4e37fe6..84ae5c0 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | <p><br/><font size="-1"><i>Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i> | 57 | <p><br/><font size="-1"><i>Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i> |
58 | <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1 and 5.2. | 58 | <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1 and 5.2. |
59 | </p><p>This document was revised on 13-Aug-12, and applies to version 3.1.6 | 59 | </p><p>This document was revised on 21-Aug-12, and applies to version 3.2.0 |
60 | </font></p> | 60 | </font></p> |
61 | 61 | ||
62 | </center> | 62 | </center> |
@@ -147,7 +147,7 @@ | |||
147 | details and limitations. | 147 | details and limitations. |
148 | </p> | 148 | </p> |
149 | 149 | ||
150 | <p>To install Lanes, all you need are the <tt>lanes.lua</tt> <tt>lanes-keeper.lua</tt> and <tt>lanes/core.so|dll</tt> | 150 | <p>To install Lanes, all you need are the <tt>lanes.lua</tt> and <tt>lanes/core.so|dll</tt> |
151 | files to be reachable by Lua (see LUA_PATH, LUA_CPATH). | 151 | files to be reachable by Lua (see LUA_PATH, LUA_CPATH). |
152 | 152 | ||
153 | Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management. | 153 | Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management. |
@@ -1070,7 +1070,7 @@ Here are some things one should consider, if best performance is vital: | |||
1070 | <li>Lindas are hashed to a fixed number of "keeper states", which are a locking entity. | 1070 | <li>Lindas are hashed to a fixed number of "keeper states", which are a locking entity. |
1071 | If you are using a lot of Linda objects, | 1071 | If you are using a lot of Linda objects, |
1072 | it may be useful to try having more of these keeper states. By default, | 1072 | it may be useful to try having more of these keeper states. By default, |
1073 | only one is used (see <tt>KEEPER_STATES_N</tt>), but this is an implementation detail. | 1073 | only one is used (see <tt>lanes.configure()</tt>). |
1074 | </li> | 1074 | </li> |
1075 | </ul> | 1075 | </ul> |
1076 | </p> | 1076 | </p> |