Im trying to get a script that will basically run untill it is disconnected.

right now, it works fine untill IE gives up on the file, then it lasts 5 minutes and gets killed. does anyone have a soliution to this? i already set
php_value max_execution_time "-1"
php_value ignore_user_abort "True"
in .htaccess, and max_execution_time keeps it alive untill IE quits, but i need it to run endlessly.