I have trouble opening http files with fopen() which takes very long if url contains host name. Specifying IP address works very fast, though.
Linux as well as php's gethostbyname() function resolves hosts very fast, so it's clearly not DNS configuration problem.
I surely appreciate if someone could suggest anything about this matter.
Martynas