Does the proxy use a separate thread to transfer data between the client and remote server?
> Priya Patil wrote: > >> Does Squid forward the data to destination in a separate thread? > > You mean separate TCP/IP connection, right? > > With proxies, there are two distinct TCP/IP connections - one between the > client and the proxy, and one between the proxy and the remote server. The > client and the remote server do not connect to each other. > > Adam >
