Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2005 06:38:14 -0500 (CDT)
From:      Mike Silbersack <silby@silby.com>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/tools/tools/netrate/httpd httpd.c
Message-ID:  <20051006063636.S29769@odysseus.silby.com>
In-Reply-To: <200510061028.j96ASVoL031977@repoman.freebsd.org>
References:  <200510061028.j96ASVoL031977@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051006063636.S29769>