The amount of time that ColdFusion will allow for a tag to complete is a 
setting in the administrator that defaults to 60 seconds.  You can bump this up 
if required.

Alternately you can replace your QofQ with potentially better performing logic. 
 At a conference a couple of months ago, a CF engineer pointed out that CF is 
NOT a database management system and it will never be as efficient as an 
enterprise DBMS at query parsing and processing.

He suggested, if one is working with large record sets, to either pass the 
heavy lifting back to the DBMS to have it return the desired results or turn 
the large record set into a structure and do any desired filtering and 
processing on the structure.  ColdFusion is much more efficient at working with 
structures.


--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

---------
| 1 |   |
---------  Binary Soduko
|   |   |
---------
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262923
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to