python - asynchronous DNS resolver using asyncore -
is there way make dns resolving using python asyncore?
i can not install adns , not use gevent library.
(for url downloading gevent give me slow performance syncore.loop)
i asked google question, , told me http://subvert-rpki.hactrn.net/trunk/rpkid/rpki/adns.py seems dns client implementation based on asyncore. so, there have it, there way.
Comments
Post a Comment