From owner-cvs-all@FreeBSD.ORG Sun Feb 1 12:02:17 2004 Return-Path: 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 4947C16A4CE for ; Sun, 1 Feb 2004 12:02:17 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D0D3043D31 for ; Sun, 1 Feb 2004 12:02:13 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 22672 invoked from network); 1 Feb 2004 20:02:13 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 1 Feb 2004 20:02:13 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sun, 1 Feb 2004 14:02:11 -0600 (CST) From: Mike Silbersack To: Alexey Dokuchaev In-Reply-To: <20040201085037.GA15540@regency.nsu.ru> Message-ID: <20040201140055.C3097@odysseus.silby.com> References: <200402010756.i117uiWm094818@repoman.freebsd.org> <20040201085037.GA15540@regency.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_subr.c uipc_mbuf.cuipc_syscalls.c src/sys/sys uio.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 01 Feb 2004 20:02:17 -0000 On Sun, 1 Feb 2004, Alexey Dokuchaev wrote: > > Rewrite sendfile's header support so that headers are now sent in the first > > packet along with data, instead of in their own packet. When serving files > > of size (packetsize - headersize) or smaller, this will result in one less > > packet crossing the network. Quick testing with thttpd and http_load has > > shown a noticeable performance improvement in this case (350 vs 330 fetches > > per second.) > > Good news to us thttpd users out there. :-) > Thanks! > > ./danfe Heh, that reminds me... With the same test parameters, Apache2 gets a whopping 220 fetches per second. Go thttpd! :) (Hopefully once we enable threading support in apache2 it will go faster... hopefully.) Mike "Silby" Silbersack