Hello all,
I have a PHP page which calls does a read(URL) command. For eaxample
$StuffReturned = read("http://url/page.html")
The read seems to take anywhere between 4 and 12 seconds to return. The amount of text returned is under 1k.
If I make the same call using Perl the time to return the data is under a second.
I have checked the traffic at both ends and there is no CPU load or IP traffic.
Does anyone have any ideas?
Thanks,
Shawn