From owner-freebsd-fs@FreeBSD.ORG Sun Sep 16 21:59:13 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A13516A420 for ; Sun, 16 Sep 2007 21:59:13 +0000 (UTC) (envelope-from valenta@sutra.cz) Received: from slimak.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.freebsd.org (Postfix) with SMTP id AA4D613C469 for ; Sun, 16 Sep 2007 21:59:12 +0000 (UTC) (envelope-from valenta@sutra.cz) Received: (qmail 49346 invoked by uid 0); 16 Sep 2007 21:32:31 -0000 Received: from r2t207.net.upc.cz (HELO ?192.168.1.163?) (62.245.83.207) by smtp.dkm.cz with SMTP; 16 Sep 2007 21:32:31 -0000 From: Miroslav Valenta To: freebsd-fs@freebsd.org Content-Type: text/plain Date: Sun, 16 Sep 2007 23:32:36 +0200 Message-Id: <1189978356.30388.11.camel@afrodita> Mime-Version: 1.0 X-Mailer: Evolution 2.11.92 Content-Transfer-Encoding: 7bit Subject: slow transfers on webshare service X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: valenta@sutra.cz List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 21:59:13 -0000 Hi i have problem with slow transfers on my web filesharing server. I'm running FreeBSD 6.2 files are sending by lighttpd 1.4.18 : server.max-worker = 8 server.max-fds = 8192 server.network-backend = "writev" ----- HW: xeon 3160 4GB of RAM areca arc-1260 disk controller with 1GB cache + 8x 500GB sata2 hdd file transfers slow down when i'm about 500 downloading connections but when i send same file from same storage by same line it's sending fast. i think it must be something about lighttpd or sysctl tunning. Can you help me pls?