On Tuesday 11 March 2003 11.05, atit_ldce wrote:
> how squid will handle client Connection
> squid is listening on port 3128 for client request.
> does it create another connection for client request or use 3128
> for all clie nts

HTTP uses a single TCP connection. See RFC2616.

> if it use 3128 for all clients, how it will handle concurrent user
> requests

As any TCP server. See any book on TCP/IP networking.

> i am running squid in transparent mode.

Then you are seriously bending the TCP/IP standard in ways it is not 
intended to be used.. but the principles is mostly the same.

Regards
Henrik

Reply via email to