lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>> First of all, the "nil, nil, timeout" is a pretty "normal" way to
invoke a
>> sub-second sleep on *ix platforms, and this is even mentioned in the
>> documentation.

> This doesn't work on Windows, though...  Use socket.sleep instead.

Can you clarify? Calling select() with sub-second timeouts works fine on
for me on windows -- is this an issue with luasocket's use of winsock or
windows itself?

Wooo, first post to the group :)

-Clay