Why doesn't the Garbage Collector kick in when my app is idle?
I don't know why, but I always seem to post in spurts :)
One of the things with the Garbage Collector is that it only kicks in when you actually run out of memory. Now, that's not entirely true, but the point is that it only kicks in when you allocat… more »

