anushrimathur / smart-lencioni-image-resizer

Automatically exported from code.google.com/p/smart-lencioni-image-resizer
GNU General Public License v3.0
0 stars 0 forks source link

Prevent garbage collector from running if it is already running #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r134.

Original comment by joe.lencioni on 6 Jan 2011 at 9:49