hi there, i have php-script to calcute the answear to all questions in the universe and the meaning of life right on my webserver. because its just a 1.8ghz centrino notebook with 512mb this takes a lot of time, and i always get a timeout after 60 secs. tried it with ob_flush() after every result to feed the browser and keep the connection alive, but it didnt work, still get this timeout. is there a php-function to tell the browser that it takes more than just 60 secs for this script, or what could i do here...? or is the solution somewhere in the browser settings?
Use exec() to run it threaded like the DP Keyword Tracker does. Also change your php.ini file to allow for longer execution times.