> -----Original Message----- > From: Ezine [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 22, 2003 2:39 AM > To: CF-Talk > Subject: ColdFusion MX Still crashing after updater. *pulling > hair out* > > > Coldfusion is set to time out all requests after 90000 milliseconds(90 > seconds).. and yet.. iistracer is reporting scripts > running for a > couple of hours.. during that time.. DLLHOST jumps > around.. and
Are you calling any external objects? CF can only timeout a thread/request that it has control over - if it's given control of the thread to a another source (database, COM, CFX, etc) then it must wait until that source returns control to it before it can time out the thread. That fact that CF isn't timing out leads me to believe that it not in control (or that it's just plain toast - but since you say that JRUN is still queueing requests it seems to be working). Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

