Re: dnscache performance still applicable today?
Matthew Dempsky <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 24, 2009 at 11:57 AM, Rihad <[email protected]> wrote: > Really? And request completions are being notified using signals, or what? I > see that dnscache is only linked to libc.so, no threads, no nothing. Sorry, > I believe you, this isn't really my turf ;-) dnscache uses non-blocking I/O and a poll(2)/select(2) event loop.