Re: Thread implementations...

MOLNAR Ingo (mingo@valerie.inf.elte.hu)
Sun, 28 Jun 1998 09:21:21 +0200 (MET DST)


On 28 Jun 1998, Michael O'Reilly wrote:

> Please reconsider this? There are some things that do a LOT of
> network-to-network copies (i.e. proxy servers), [...]
[...]

nope, this is not how squid works. It wants a local copy of fetched
documents as well. So squid wants to use sendfile() this way:

sendfile(outsidesocket,localfile);
sendfile(localfile,clientsocket);

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu