[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > Our application mix that needs the performance runs mostly between midnight > and mid-morning, and is a suite of CF scripts that interact with webservices > from the major search engines. Lots of XML parsing and processing with lots > of database activity to store the data. Some of the XML files are large, and > therefore use up a lot of JVM when being processed (since at some point in > time there needs to be a copy of both the CFHTTP data returned from the > webservice as well as the structure being created by the xmlParse function). > We have a pretty well configured SQL 2000 server, although the production > could admitedly use some tuning.
How does the processing time and memory consumption of your application break down? How much is spend in HTTP requests, how much in SQL, how much in XML processing etc. Have you considered making your application more efficient? Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284747 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

