Re: [PATCH] zerocopy NFS updated

From: Trond Myklebust (trond.myklebust@fys.uio.no)
Date: Fri Apr 19 2002 - 04:18:54 EST


On Friday 19. April 2002 05:21, Hirokazu Takahashi wrote:

> And it seems to be more important on UDP sendfile().
> processes or threads sharing the same UDP socket would affect each other,
> while processes or threads on TCP sockets don't care about it as TCP
> connection is peer to peer.

No. It is not the lack of peer-to-peer connections that gives rise to the
bottleneck, but the idea of several threads multiplexing sendfile() through a
single socket. Given a bad program design, it can be done over TCP too.

The conclusion is that the programmer really ought to choose a different
design. For multimedia streaming, for instance, it makes sense to use 1 UDP
socket per thread rather than to multiplex the output through one socket.

Cheers,
   Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 23 2002 - 22:00:23 EST