24 Feb
2015
24 Feb
'15
1:21 p.m.
On Feb 24, 2015, at 12:54 PM, Matthew Newton <mcn4@leicester.ac.uk> wrote:
That makes sense - and the FB link is an interesting read. Not something I'd normally think about with link aggregation!
Exactly.
So essentially when things start to get busy, a connection may fail quicky, meaning it goes back into the pool and is then picked up again rather than other entries that have been hanging around idle for a while.
If a connection fails, it’s closed. The issue is connections which *almost* work. They take a long time to do things… which slows everything else down. The connection pool should prioritize *responsive* connections. Alan DeKok.