How does a tcp connection pool distinguish between different clients
- by stackazcat
In my understanding, a tcp connection in a connection pool can only be reused if the same client is connected to the server. So the server tries to connect to a specific client (i.e. fetches a connection from the pool) how does the server do it? Do I have to provide IP of the client or something?