what do we think of:

while(1) {
 #script here to do stuff
 unset( array_keys(get_defined_vars()) );
 sleep(10);
}

thoughts anybody, or a better way of keeping memory usage down on other peoples scripts that I don't have time to fumble about cleaning

Regards

Nath

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to