On Mon, 2006-01-23 at 11:08 -0800, Alex Cruise wrote: > Oleg Kalnichevski wrote: > > > Both standard connection managers (the multithreaded one and simple > > one) always keep connections alive whenever possible. If you do not > > want connections kept open indefinitely, set up an idle connection > > handler to enforce an connection closure policy of a sort: > > The problem here is that the connections aren't being reused; a new > socket is created every time, and the old ones never get closed. >
Both SHCM and MTHCM *do* re-use alive connections if used / configured correctly. Feel free to examine the source. Oleg > -0xe1a > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
