On Tue, 24 Sep 2002 12:55:16 +0100, in cf-talk you wrote: >The reason for attempting direct interaction is that the page I have here >has about 200+ domains on it and it is growing every day and every custom >tag I have tried can't cope with the volume.
Ah. The built-in nslookup functions of windoze don't fail gracefully (they're very slow). Most cfx's will be just using the nslookup system call that's part of windows. If you need a high performance nslookup you'll need to write your own in either java (haven't tried it -- don't know how good it already is or isn't) or c++ (use my udpclient as a base -- it might be able to do DNS as-is without modification -- not sure). --min ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

