On Sun, Nov 28, 2010 at 9:12 PM, Russ Michaels <[email protected]> wrote: > > well I can tell you one of the causes for hung requests, it is visitors > closing your page before the request is complete which leaves it in a hung > state as there is no where to send the response back to. Not sure if this > could cause a hung db request though, I wouldn't have thought so as that is > between cf and the db not the client, but I spose it is possible that CF may > also hang the db request if it know sthe client request has been terminated > prematurely.
I've seen this quite often but the failure is a socket operation to the client, not a DB operation.... We used to have more of those hung processes due to socket operations because they were actually caused by a bug in a specific (fairly old) version of Internet Explorer (I don't recall which)... and that version of IE is used far less than it is now. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:339567 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

