Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 19:13:50 +0100 (CET)
From:      Roy Sigurd Karlsbakk <roy@karlsbakk.net>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        Thomas Hurst <tom.hurst@clara.net>, <hiten@uk.FreeBSD.org>, <hackers@FreeBSD.ORG>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: in-kernel HTTP Server for FreeBSD?
Message-ID:  <Pine.LNX.4.30.0202171912170.6408-100000@mustard.heime.net>
In-Reply-To: <xzpzo28dm0f.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
> sendfile() isn't zero-copy, it's just two-less-copies.

zero-copy means "zero copy-operations within memory"

non-zero-copy usually goes
device -> buffer -> user space -> buffer -> device (2 copy operations)
zero-copy
device -> buffer/userspace/shared -> device

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.30.0202171912170.6408-100000>