marcesher / cfconcurrent

A boilerplate-reduction library for using the Java Concurrency Framework in ColdFusion applications
31 stars 9 forks source link

Potential memory leak #1

Open marcesher opened 11 years ago

marcesher commented 11 years ago

Curt Gratz sent me this

I think I may have found an issue, but not sure how to correct it. Attached is a jMeter script that runs the submit.cfm for the ExecutorService from the examples. What I am seeing is that it is never releasing the HelloTask cfc from memory, so eventually it just bombs. Even after manual GC, the hellotasks persist. Attached is also a picture from jRockit Mission Control showing the instance count.

He's running this against the examples/submit.cfm

dswitzer commented 11 years ago

Just wondering if there was any progress on this working with CF9?

marcesher commented 11 years ago

@dswitzer , Sadly, No. I see no evidence that my bug report was even considered: https://bugbase.adobe.com/index.cfm?event=bug&id=3419777