DNS Resolution in Java
Posted by Kelvin on 06 Aug 2005 at 10:44 am | Tagged as: programming
As alluded to by several other papers on crawling, DNS resolution in Java is not very performant and usually a bottleneck.
http://www.buzzsurf.com/java/dns/ and http://www.xbill.org/dnsjava/ seem to be a viable alternative.
Comments Off on DNS Resolution in Java