Hi, With jdbc pool, is each socket connection in the pool handled by a separate thread?
Say you have 20 connections set to be open at minimum, does that mean there will be 20 threads? If not, then there is a degree of serialization then right?
Hi, With jdbc pool, is each socket connection in the pool handled by a separate thread?
Say you have 20 connections set to be open at minimum, does that mean there will be 20 threads? If not, then there is a degree of serialization then right?