How fast are the XML routines within CFMX? I am currently using arrays and structures to store a big ole data structure for one of my apps. I want to create an XML document based on this info and store it as XML instead of a WDDX packet in the DB. What I'm curious about is parsing and using that XML string within an application.
Does it make sense to take an XML doc from the DB and store it as a client variable for persistence? And if this XML document was used internally via the app and was modified and parse very frequently, would there be a decrease in the performance of parsing arrays,structures and so forth. Are the array functions that work on an XML doc, as fast as the standard Array functions? The XML doc will eventually be shared via web services and I want to get the application ready to handle the XML docs internally. I'm not sure if using the XML doc internally (modifying, parsing and re parsing) is a suitable use of the XML features in CFMX. -Brook At 05:35 PM 18/10/02 -0400, you wrote: >Is there any way to track the total number of sessions on a web site or >even the entire web server? > >This way you could put a little thing in on the web site that says >"543 users currently online". > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

