From: Peter Hickman Date: 2007-05-25T23:44:36+09:00 Subject: Re: Memory leak If my understanding is correct the garbage collector will only jump in when things get dangerously low or when there is a pause(?) in the process. So a tight loop can generate a large backlog of garbage that needs to be cleaned up. Others will probably be able to inform this better than I.