>> From: Ron G [mailto:[EMAIL PROTECTED] >> Why would the timeout value of the cfquery tag be >> ingnored?
> Ron, > The query timeout is for that query not the template as a > whole. Use > cfsetting to override the administrator setting if you > need to timeout a > template with different settings than that which is in the > cf admin. I've not had good luck with this myself... I've got an application on a shared hosting server where I've set the timeout using cfsetting to an insanely large number and it doesn't seem to have affected the timeout -- I assumed because the value in the cf admin was lower than the value i set in the application, much like the sitewide error handler overrides any cferror tags. I could be wrong -- I've never been able to reproduce the error myself... What happens is I get timeout errors via email more or less daily, about the same time every night or early morning ... My thinking is that the server is under heavy load at night as a result of some other maintenance process(es) which may or may not be ColdFusion related (i.e. massaging webserver logs) and that the load is so heavy during scheduled maintenance that pages normally requiring only a second or two to load require more time than is allowed by the server. It's entirely possible that it could still be honoring my insanely long timeout duration but that the server is so bottle-necked by maintenance that my 2 second page takes more than 15 minutes to load... likely in combination with initializing the application adding some execution time. I'd love to have an application timeout longer than 24 hrs but I think the server's maximum for that is set lower also. s. isaac dealey 954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://macromedia.breezecentral.com/p49777853/ http://www.sys-con.com/story/?storyid=44477&DE=1 http://www.sys-con.com/story/?storyid=45569&DE=1 http://www.fusiontap.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188814 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

