As I said in another post, I have a CGI application that serves vary large files to clients. It also does a search for keywords in the file names. Sometimes the Apache/CGI interface times out during the search. Is there a way for the CGI application to tell Apache that it is still working on it and just wait (reset the timer)?
Is there a way for the CGI application to return partial results as the results are generated? Doug