is using empty working set or forcing GC collects a recommended practices in trying to reduce memory versus performance. is there any articles or best practices to help understand the implications of using this functions
+1
A:
Not pestering those functions is definitely a good practice. GC is smart enough when it comes to collecting garbage and will promptly release all the unused memory it reserved previosly when asked to do so by the OS.
Anton Gogolev
2009-02-18 14:07:53