Hi, One of my scripts are using wget to get external xml data
$fp = popen ("wget -O - '".$dst."' | cat","r");
Some time $dst host responds very slowly. And that time if I open another
connection to same server the second request waits to complete wget
operation.
I'm very noobie about this file operations. Is there any suggestion about this
situation ?
Regards.
Sancar
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

