This (old) post details it rather well:

http://forums.devshed.com/coldfusion-development-84/caching-xml-in-cfcs-mx-7-problem-293958.html

Just running multiple searches at the same time is enough to corrupt
the results (note this isn't even modifying the original object, just
searching on it in multiple threads).

On Wed, Aug 6, 2008 at 7:38 PM, Raymond Camden <[EMAIL PROTECTED]> wrote:
> Interesting. Can you give an example of this issue and how it impacted
> you? I'm trying to wrap my head around it but not seeing it. If thread
> A was searching some XML object stored in the app scope, and thread B
> modified the XML ob at the same time, I don't think I'd expect thread
> A to have updated results, but rather the results that would have been
> right at the time it began the search.
>
> On Wed, Aug 6, 2008 at 1:22 AM, James Holmes <[EMAIL PROTECTED]> wrote:
>> The CF7 version of XMLSearch() is not thread safe (as noted in the
>> livedocs http://livedocs.adobe.com/coldfusion/7/htmldocs/00000672.htm
>> by a helpful person and confirmed by us on several unfortunate
>> occasions over the last few days).
>>
>> Does anyone know if this is fixed in CF8?

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310278
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to