I'm not suggesting to remove them permanently, obvioulsy sometimes you need them. Mostly I'm suggesting to review the use of them. Maybe somewhere in Bryans 20 CF sites, a developer slipped in a <cfsetting requesttimeout="10000000" />.
DK On 8/2/05, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > But what if you need to have them? What if say 120 seconds is OK for a > normal page but for some pages you want more? > > > > > > -----Original Message----- > From: Douglas Knudsen [mailto:[EMAIL PROTECTED] > Sent: 02 August 2005 14:40 > To: CF-Server > Subject: Re: Requests not timing out, server crashing > > i was suggesting to remove them, the cfsettings that override the > server wide setting, in order to track down the offending pages is > all. > > yeah, IISTrace is sweet. You can see the actual full path to running > scripts. > > DK > > On 8/2/05, Robertson-Ravo, Neil (RX) > <[EMAIL PROTECTED]> wrote: > > Not sure I get this - you saying remove the cfsettings? How are you > supposed > > to parse longer running pages which may be higher than the timeout set > > within CFIDE? > > > > Thanks for the IISTrace link - I use IISState currently. > > > > > > > > > > > > -----Original Message----- > > From: Douglas Knudsen [mailto:[EMAIL PROTECTED] > > Sent: 02 August 2005 02:19 > > To: CF-Server > > Subject: Re: Requests not timing out, server crashing > > > > have any > > <cfsetting requestTimeOut = "somenumber"> > > in the code? nick them. > > are you logging long running requests? > > > > Note, if you set the request timeout to 30secs, CF will only label a > > thread as long running if it passes this threshhold. The thread could > > run for days. So, you really need to track down the code doing this. > > Turn metrics logging on too, this can give good info. see > > http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19120 > > > > also, if you can check out seefusion at seefusion.com. > > IISTrace is alos helpful, you can actually see long running requests > > http://www.snapfiles.com/get/iistracer.html > > > > HTH > > > > DK > > > > On 8/1/05, Bryan Mayjor <[EMAIL PROTECTED]> wrote: > > > I have a CMX 6.1 server (with all of the latest updaters) that is > > > running around 20 cf sites. Each day the CFMX services crash and restart > > > several times. I have tried a lot of different settings, etc based on > > > Macromedia docs, etc but to no avail. > > > > > > > > > > > > When I view the IIS logs I'm noticing some very long running pages - > > > some are over 1000 seconds. These aren't logged as slow pages in the cf > > > logs as I don't think the request actually is processed before the > > > server crashes. > > > > > > > > > > > > I have set all of the queries to timeout in 10 seconds, have the CFadmin > > > server setting set to timeout after 30 seconds. I have also followed the > > > recommendation on http://www.macromedia.com/go/tn_19438 about request > > > timeout and threadWaitTimeout settings and that doesn't fix the problem. > > > > > > > > > > > > I'm using IIS 5, CFMX 6.1 Standard and MS SQL server. > > > > > > > > > > > > Any ideas? > > > > > > > > > > > > > > > > > > Bryan Mayjor > > > Partner/Director of ColdFusion Development > > > Carol/Trevelyan Strategy Group > > > http://www.ctsg.com <http://www.ctsg.com/> > > > Phone: 541.510.6328 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5512 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
