lkml.org 
[lkml]   [1998]   [Jun]   [28]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSun, 28 Jun 1998 09:21:21 +0200 (MET DST)
FromMOLNAR Ingo <>
SubjectRe: Thread implementations...
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

\
 
 \ /
  Last update: 2005-03-22 13:43    [from the cache]
©2003-2008