Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
module to do DNS queries
#1
i am looking for a module to do DNS queries. there seem to be many of them; more for Python2. where can i get a thorough description of each?

i need to do many queries in parallel, even if they end up being TCP queries. i'd prefer to not have a zillion processes or threads run just to do a zillion parallel queries. i vaguely remember browsing instructions to one such package a couple years ago and it was oriented at the idea that the caller used it to construct queries and explode replies while the caller did all the network sending and receiving. that kind of interface would be preferred.

any suggestions or ideas?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
module to do DNS queries - by Skaperen - Jan-01-2019, 03:36 AM
RE: module to do DNS queries - by Larz60+ - Jan-01-2019, 03:52 AM
RE: module to do DNS queries - by Skaperen - Jan-01-2019, 08:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  module for DNS queries Skaperen 7 3,873 Jan-21-2018, 04:18 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020