http://www.perlmonks.org?node_id=380312


in reply to Parallel DNS queries -- please comment on code

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

L

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

Replies are listed 'Best First'.
Re^2: Parallel DNS queries -- please comment on code
by Tomte (Priest) on Aug 05, 2004 at 16:29 UTC

    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

      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