From owner-cvs-all@FreeBSD.ORG Thu Oct 6 11:38:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6CB16A41F for ; Thu, 6 Oct 2005 11:38:20 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay.pair.com (relay00.pair.com [209.68.5.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C30443D46 for ; Thu, 6 Oct 2005 11:38:19 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 38985 invoked from network); 6 Oct 2005 11:38:18 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 6 Oct 2005 11:38:18 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 6 Oct 2005 06:38:14 -0500 (CDT) From: Mike Silbersack To: Robert Watson In-Reply-To: <200510061028.j96ASVoL031977@repoman.freebsd.org> Message-ID: <20051006063636.S29769@odysseus.silby.com> References: <200510061028.j96ASVoL031977@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/netrate/httpd httpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 11:38:20 -0000 On Thu, 6 Oct 2005, Robert Watson wrote: > rwatson 2005-10-06 10:28:31 UTC > > FreeBSD src repository > > Modified files: > tools/tools/netrate/httpd httpd.c > Log: > Improve realism of benchmark httpd: return some HTTP headers as part > of the sendfile() system call. > > Revision Changes Path > 1.2 +24 -1 src/tools/tools/netrate/httpd/httpd.c You can't use this to compare to 4.x then, FWIW. 4.x's sendfile always puts the headers in a separate packet, so in a large percentage of cases it's noticeably less efficient, network-traffic wise. Just FYI, Mike "Silby" Silbersack