On 10/12/07, Russ <[EMAIL PROTECTED]> wrote: > Well you do realize that whenever you use strings, and you modify it, a > brand new string has to be created, since Strings in java are immutable. > You should use some java code and use something like StingBuffer instead to > build out your string. This should help with memory utilization.
Russ, I'm aware of that, which is exactly why I asked if they had any plans to improve string handling in coldfusion - perhaps NOT To use java strings, but string buffers instead. Take a look at this thread: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:53814 Rick -- Rick Root Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at www.opensourcecf.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291101 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

