lua-users home
lua-l archive

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


On Tuesday 21 September 2004 20:26, Diego Nehab wrote:
> Hi,
>
> > 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.

Still, I triggered this bug running it on linux, so I guess something is 
wrong. I've used the subsecond sleep facility from other platforms (Perl, 
C/C++) on the same machine without any problems, so I still believe it has 
something to do with luasocket.

Regards,

Marius Kjeldahl