Daniel Roberts wrote: > We recently bought a new server--a dual 2gz quad-core 64bit xeon
> I ran a complex report on our new server and it ran at about 1/20th the speed > of our current web server that is maybe 3 years old, 4GB ram, and currently > under live load. This is very frustrating. In viewing Windows Task Manager > during report creation on our older live server I see that the processor > usage can get upto 30-50% while creating a complex report. However on the new > server the CPU usage never gets above 4% and it takes forever for the report > to complete. Creating a report is single-threaded so CPU usage should get up to 6.25% (12.5% if you have hyperthreading disabled). If it is significantly slower then an older server that has an equal performance per thread you should get some stacktraces to see what it is doing. It might be that you are including images in your report and the processing is done in Java instead of in native code due to a 32-bit vs. 64-bit issue. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299718 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

