Re: How does BOPM resolve DNS?
David Leadbeater <[email protected]> Sun, 12 Apr 2009 18:01:47 +0100
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Apr 12, 2009 at 03:35:17PM +0200, [email protected] wrote: > Does BOPM Resolve the DNS Records in line or with threads? It doesn't use threads, but neither does it block, it uses our own non-blocking DNS implementation (based on some code from something called firedns). David