Re: [Sqlrelay-discussion] TTL not working?
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-11-08 14:57:12
|
It's implemented. Those connections must be getting used. Once they start up, they will only die off if the level of traffic is low enough that they don't get used. You can test it though. Set connections="1" and maxconnections="3", start 3 sqlrsh sessions and run a query in each. You'll see it scale up to 3 connections, 2 of which have a ttl. Then exit the second and third sqlrsh session and 60 seconds later the connections should die off. David Muse dav...@fi... On Wed, 2006-11-08 at 13:37 +0100, m.r...@fr... wrote: > Hello, > > I am wondering if the TTL-Feature works as described. I have set the TTL-Value to 60 Seconds. PS shows up > 12 sqlr-connections. I started the deamon with 6 processes. The listener startet 6 other connections but > they don't seem to be terminated in any way anymore. > > Is the TTL-Feature not implemented yet? > > Thanks in advance! > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Sqlrelay-discussion mailing list Sql...@li... https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion |