I have a cgi script that does a very slow sql query, which causes a timeout. Is there any way for me to let Apache know that the script is still alive and hasn't died?
Oh, and no, I can't make the query faster (at least I don't think so) - I have used "explain", and from what I can tell MySQL seems to be using a sensible index.