James225 Posted September 3, 2013 Share Posted September 3, 2013 Hellowith IIS, I have problem, that if IP address has none reverse dns record, it take 4.5 seconds until php can process it by GetHostByAddr($ip).If IP has reverse hostname, answer is instant.I do not understand why, because on another linux shared server I do not have this issue.What is most curious, I tried that IP address via nslookup with all DNS in my network, and response is instant (response is of course that there is no hostname for that IP).So question is, where or what is causing this delay? How can I configure php.ini to just ask DNS servers and nothing else?many thanks Quote Link to comment Share on other sites More sharing options...
Solution James225 Posted September 6, 2013 Author Solution Share Posted September 6, 2013 (edited) Ok this was problem with Windows, not PHP or IIS. Netbios need to be disabled (disabling in network adapter's properties is not enough), as it cause delay when there is no rDNS record. http://forums.iis.net/t/1201363.aspx Edited September 6, 2013 by James225 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.