From: ts Date: 2002-07-17T23:34:23+09:00 Subject: Re: Patch to stop TCPSocket.new blocking on DNS lookups >>>>> "M" == Matthew Bloch writes: M> being made asychronous in the same manner. And of course there's the fact M> that there's no Win32 implementation (or does Win32 sockets do asychronous M> DNS already?). Well, getaddrinfo_a() is available only for glibc >= 2.2.4, no ? Have you looked at ADNS (GPL license) or cURL resolver ? Guy Decoux