> So the question now is if GC can be called programatically after all
> references to a large 'object' is removed during a single request.

Yes.

<cfset obj = CreateObject("java", "java.lang.System")>
<cfset result = obj.gc()>

Careful though-- Garbage Collection can be an expensive operation.  Also, GC 
can be a little complicated.  Just because you run the code above may not 
guaruntee everything you expect to be collected will be.

~Brad 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331527
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to