Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Asynchronous DNS client #160

Open
Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
Currently, asyncio calls the standard getaddrinfo() function in a thread 
because this function is blocking. There is no standard asynchronous functio to 
resolve an host name. It would be interesting to try to plug one of the 
following asynchronous DNS client into asyncio:

http://www.gnu.org/software/adns/ => http://code.google.com/p/adns-python/
http://c-ares.haxx.se/ => https://pypi.python.org/pypi/pycares
https://github.com/getdnsapi/getdns
http://adns.sourceforge.net/

Old project:

http://pydns.sourceforge.net/ (no update since 11 years? blocking?)

Original issue reported on code.google.com by victor.s...@gmail.com on 6 Mar 2014 at 4:47

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions