Page 1 of 1

clear all memory

Posted: Thu Jun 15, 2006 12:53 am
by ilavos
Is there a way to simply clear all variables and the cache basicaly all memory used by the script?I need to reexecute a script many times and not have interference from previous script execution.Any way i can do this?Thnks

Posted: Thu Jun 15, 2006 1:22 am
by feyd
Let the script terminate normally and use a cron-like operation to execute it repeatedly.