I've got a page that checks DNS settings...it works great for domains that are hosted, but when i try a domain that's not hosted, checkdnsrr() (and the others) hang for a long time. Any suggestions on a good way to set a timeout for this function? Ideally, i'd like to be able to give this function 2 seconds to do it's thing, and after that, give up.
thanks in advance