I want to add to my web app a reverse DNS lookup to check the authenticity of googlebot user agents, as google suggests in their webmasters tools. Is there any standard way of doing this asynchronously? I have not been able to find anything in the tornado docs. All I found was this Github project that lists reverse DNS as a future feature. Is there any way to avoid blocking for reverse DNS lookups?
Thanks