On 6/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
...
1) clients trying to identify a target for the connection (most
protocols will only need the "IN A" lookup to resolve an host, smtp for
example needs first an IN MX and then IN A lookup).
2) servers trying to check reverse resolvability of connecting hosts (IN
PTR lookups)
3) a recursive dns server implementation trying to resolve some dns
request on third party dns host.
Stefano's asynchronous use cases are a good scope of work for this
library. We (Directory) could be the "recursive dns server
implementation" and could use this library as an asynch client for
upstream queries and for codecs and messages.
Enrique