Dear list, I have php4 installed as an apache2 module on my Windows XP. i have some scripts that i think consume big memory (im using OOP coding style), i try using apache_child_terminate() function to free some memory to OS, but unfortunately this function is only available on *NIX OS (i try it on Ubuntu). Is there any way to free some memory resources in Windows Box?? Thanks