cvs commit: src/tools/tools/netrate/httpd httpd.c

Mike Silbersack silby at silby.com
Thu Oct 6 04:38:20 PDT 2005


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


More information about the cvs-src mailing list