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 Link to comment https://forums.phpfreaks.com/topic/281828-on-iis-gethostbyaddr-take-4-seconds/ Share on other sites More sharing options...
James225 Posted September 6, 2013 Author Share Posted September 6, 2013 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 Link to comment https://forums.phpfreaks.com/topic/281828-on-iis-gethostbyaddr-take-4-seconds/#findComment-1448546 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.