Dns with parallel resolution

Posted by viraptor on Server Fault See other posts from Server Fault or by viraptor
Published on 2010-04-23T15:39:07Z Indexed on 2010/04/23 15:43 UTC
Read the original article Hit count: 306

Filed under:
|
|

I'm looking for a simple caching (can be caching-only) DNS server, which can do parallel resolving on its own. Is there something like that available?

Alternatively I know there's the c-ares library, which can do multiple-hosts resolution, but it's not a drop-in replacement for libresolve that I could use in the affected software. Maybe there is some other lib which can fulfill this requirement?

© Server Fault or respective owner

Related posts about dns

Related posts about parallel