If the garbage collector takes a long time to run, it could start an additional
garbage collection process that is running in tandem with the original garbage
collector. This will cause unnecessary slowness.
To prevent this, a file could be created in the cache that tells the garbage
collector that it is already running.
Original issue reported on code.google.com by joe.lencioni on 4 Jan 2011 at 2:40
Original issue reported on code.google.com by
joe.lencioni
on 4 Jan 2011 at 2:40