in reply to Re: Parallel DNS queries -- please comment on code
in thread Parallel DNS queries -- please comment on code

Net::DNS comes with an example program called mresolv that demonstrate parallel DNS queries.

Yes, but multiple queries (different hosts/networks) to the same server, not the same network/host to multiple servers (or did I misread the (kind of sparse!?) documentation)?

regards,
tomte


An intellectual is someone whose mind watches itself.
-- Albert Camus

  • Comment on Re^2: Parallel DNS queries -- please comment on code

Replies are listed 'Best First'.
Re^3: Parallel DNS queries -- please comment on code
by Anonymous Monk on Feb 22, 2012 at 20:46 UTC
    What did you end up using to solve this problem? I want to do the exat same thing - perform simultaneous lookups of a single host to multiple DNS servers

      What did you end up using to solve this problem? I want to do the exat same thing - perform simultaneous lookups of a single host to multiple DNS servers

      This was so long ago, and not my problem at all but a solution to a question on a newsgroup -- so feel free to use whatever suits your needs - my code from the OP above, or BrowserUKs below -- or something else alltogether.

      regards,
      tomte


      An intellectual is someone whose mind watches itself.
      -- Albert Camus