I am trying to understand how does timeToLive attribute work?
Is this when you get a connection out of the pool, the time interval after which the connection is deliberately closed and returned to the pool?
I want my client that was using persistent connections to close every few seconds, so the requests to load-balancer are going to new server every few seconds.