Hi, What I am confused about is if whether each Connection should be a Thread. From the books I read, Connections in connection pool do not implment Runnable or Thread, but the more I think about it, the more I think each Connection should be a Thread. Can anyone please help?