How do I reverse lookup a group of IPs in a single request?
I am trying to improve effeciency in a PERL script I am writing. I am currently doing a reverse lookup of one IP at a time. This as you can imagine takes a considerable amount of time when you have to lookup 3000 IPs at a time and sometimes more on a regular basis.
I am running on a WINNT 4.0 system, but I need a generic solution that will also work on unix platforms.
Any ideas would be appreciated.
Thank you.
I am trying to improve effeciency in a PERL script I am writing. I am currently doing a reverse lookup of one IP at a time. This as you can imagine takes a considerable amount of time when you have to lookup 3000 IPs at a time and sometimes more on a regular basis.
I am running on a WINNT 4.0 system, but I need a generic solution that will also work on unix platforms.
Any ideas would be appreciated.
Thank you.