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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271020 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

