Hello! We have processes that assemble reports from as many as 6 individual queries. Currently the queries run sequentially so the related report cannot be assembled and displayed until after all queries have completed. Users often have to wait several minutes for their report. They are not happy about that.
We are considering trying cfthread to run queries concurrently and then assemble and display the related report after the longest running query completes. Is this a viable use for cfthread or is it meant to be used for unrelated processes? Is anyone using cfthread as described above? Have you seen noticeable improvement in performance? Is the cost in complexity of the code worth the improvement in performance? We're using CF9\10 Enterprise on Unix and Windows. Thanks! George ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355807 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

