Hey Vikas:
I just downloaded dnsjava-3.3.1. I am trying to use it for one of my project, where I'll trying to spring hundreds of DNS queries per second. The project is developed in Java.
Because I have to achieve certain performance goal, I'll have to make my program handle about 250 DNS query second. I am kind of wondering if I should use the Lookup object to do so or follow one of the example command line program 'dig.java'? The Lookup object looks rather simple and it even cache request. It might be
boost on performance.
Can you provide me suggesion on this?
Thanks