lua-users home
lua-l archive

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


Hi,

> it would be nice if socket file descriptors could be marked
> blocking/non-blocking so that, e.g., connect() could also be
> made non-blocking.  this would allow connection attempts to
> proceed in the background, which is occasionally useful.

It's not that easy to make connect non-blocking.
That said, the beta version already supports setting a
timeout before calling connect and it works fine.

DNS queries are still blocking and that I can't solve.
:o/

[]s,
Diego.