[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Non-blocking dns queries
- From: Richard Warburton <richard@...>
- Date: Mon, 19 Mar 2007 23:31:12 +1200
Can socket.dns.tohostname(address) in Lua Sockets be set not to block,
so other unrelated connections are not forced to wait?
Anyone come across this?
Anyone have lua example code doing dns lookups that I could examine to
create a coroutine that doesn't block?
Cheers.