I'm wondering what the difference is between a socket and a connection. I have created a connection pool with an initial size of 30 connections. Checking with netstat I see one socket established. I hope someone can explain me the difference.

Thanks in advance.