Well not forever, but longer than I can account for...
Here is a short snip:
$textfile = "http://fantasia.cs.msstate.edu/lcshdb/querySaver.cgi?subjectHeading=".$subject;
//echo $textfile;
$lines = file($textfile);
the variable subject has something like "Aeronautics".... any text really.
Timing these, I am seeing times of like 61 seconds to download this file and throw it into an array.
Accessing the link directly in the browser (even with the other app running), the page appears almost immediately.
Any suggestions other than cranking up the set_time_limit() ?
thanks
Joe