On Mon, Aug 31, 2009 at 11:47 PM, Kevin Pepperman<[email protected]> wrote: > > One thing I should mention, If you point this at a folder with a huge number > of files, It can take up all resources pretty quickly, even taking all > memory available to the JVM.
Yeah, you'd want to disable the feature that has it look up image dimensions, it's a configurable option via one of the cfinvokearguments. I should probably have that turned off by default. > So maybe either add a a "stop at" recursion filter, or maybe a way to filter > folders with specific names? The basic directory listing isn't doing any kind of recursio, so any slowness you experience on the directory listing is probably the image component grabbing image dimensions. -- Rick Root CFFM - Open Source Coldfusion File Manager http://www.opensourcecf.com/cffm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:325890 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

