How does a tcp connection pool distinguish between different clients

Posted by stackazcat on Stack Overflow See other posts from Stack Overflow or by stackazcat
Published on 2010-05-13T18:11:22Z Indexed on 2010/05/13 18:14 UTC
Read the original article Hit count: 179

Filed under:

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?

© Stack Overflow or respective owner

Related posts about connection-pooling