Well, it's catch 22 then with the problem of bad performance on one hand and an obvious bug (which cannot be avoided AFAICS) in the other; which I think many have encountered but have been ill diagnosed).
Knowing that it was just logged with DataDirect, I doubt that a fix will be shipped before Scorpio. I wonder if a different driver will provide better performance and stability that the DD set? Anyone using other drivers with good results? :-@ "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Steven Erat To: CF-Talk Sent: Wed Feb 28 22:13:51 2007 Subject: RE: Problem with Server Timing Out I expect it will go away since the problem involves attempting to reuse a "stale" or otherwise bad TCP connection. Turning off maintain connections will cause new connections for every request, at the cost of performance though. If you have full JRun you can use a JRun datasource in CF which permits configuration of some options such as "validation-query" which prevents situations like this. See my comment in http://ray.camdenfamily.com/index.cfm/2005/12/14/Ask-a-Jedi-Handling-a-D ead-Database > -----Original Message----- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 28, 2007 2:49 PM > To: CF-Talk > Subject: Re: Problem with Server Timing Out > > Does it go away with connection pooling off? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271023 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

