Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize DNS lookups #38

Open
krmaxwell opened this issue Aug 3, 2014 · 4 comments
Open

Parallelize DNS lookups #38

krmaxwell opened this issue Aug 3, 2014 · 4 comments
Milestone

Comments

@krmaxwell
Copy link
Member

Not everybody has DNSDB type availability. Fail gracefully if they don't, preferably with some other source.

@krmaxwell
Copy link
Member Author

Also: speedups by making requests in parallel or using sessions / pipelining?

@krmaxwell
Copy link
Member Author

The original part of this is complete, actually. But we do need to do the speedup.

@krmaxwell krmaxwell added this to the Backlog milestone Apr 2, 2015
@krmaxwell krmaxwell changed the title Alternate DNS sources Parallelize DNS lookups Apr 2, 2015
@juju4
Copy link

juju4 commented May 31, 2015

2 comments:

@juju4
Copy link

juju4 commented May 31, 2015

On DNS resolution, I think
1- it should be optional (be it for performance vs passivedns info, be it for opsec or other reason)
2- can switch to adns in async mode but should be bulk call not one to one
http://www.catonmat.net/blog/asynchronous-dns-resolution/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants