Note to self... don't jump to conclusions I tried various options in a report and realized that one optional band in the report was causing the slow down. I found the report file (I'm not the original developer) and opened it in CF Report Builder. The band in question has an image.
The path to the image was pointing to a domain hosted on the old machine instead of a path through the filesystem. This would have been fine but the host file has not been setup yet on the new machine so the domain could not be found. It appears that the report speed and lack of CPU processing was due to the hit to the domain taking over 10 seconds to timeout. Most of the time creating the report was comprised of waiting for the picture request to timeout. When I don't include the band with the picture in the report it finishes a bit faster than the old server. I create 4 simultaneous reports and CPU usage got up to 30-40% meaning that there must be more than just 2 cores in use. Live and learn :-\ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:299852 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

