diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-20 04:16:23 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-20 04:16:23 +0000 |
commit | 75f51d5bc7367af6a52700db989499162e8525e8 (patch) | |
tree | c8b0c1b7c60130b6732ab3d5cabfb89d8566c7f9 /etc | |
parent | 316e205cd4dea804b68ed6ca14cf8b41acf6712f (diff) | |
download | luasocket-75f51d5bc7367af6a52700db989499162e8525e8.tar.gz luasocket-75f51d5bc7367af6a52700db989499162e8525e8.tar.bz2 luasocket-75f51d5bc7367af6a52700db989499162e8525e8.zip |
Almost ready to release 2.0.1
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -64,9 +64,9 @@ work. Just run | |||
64 | 64 | ||
65 | lua check-links.lua [-n] {<url>} > output | 65 | lua check-links.lua [-n] {<url>} > output |
66 | 66 | ||
67 | and open the result to see a list of broken links. You can | 67 | and open the result to see a list of broken links. Make sure |
68 | also use the '-n' switch to run the same program in | 68 | you check the '-n' switch. It runs in non-blocking mode, |
69 | non-blocking mode to see how much faster things can get. | 69 | using coroutines, and is MUCH faster! |
70 | 70 | ||
71 | forward.lua -- coroutine based forward server | 71 | forward.lua -- coroutine based forward server |
72 | 72 | ||