> Here's what I'd do... (this is untested, uncompiled pseudocode to > describe the idea). Make a java.lang.ref.WeakRerence and store that in > global application scope, so it "Doesn't count" as something keeping the > cfc around. Use Strong references in sessions, since they get cleaned > up eventually.....
Thanks Dov, I wasn't aware of the WeakReference class (or any of the java.lang.ref package for that matter, I'll have to do some reading.) That seems to to the job nicely. Chris -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188711 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

