From owner-freebsd-advocacy@FreeBSD.ORG Wed Jun 18 20:02:57 2003 Return-Path: Delivered-To: freebsd-advocacy@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BAB537B401 for ; Wed, 18 Jun 2003 20:02:57 -0700 (PDT) Received: from beck.quonix.net (beck.quonix.net [64.239.136.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2F443FA3 for ; Wed, 18 Jun 2003 20:02:56 -0700 (PDT) (envelope-from john@essenz.com) Received: from essenz.com (pcp04098733pcs.neave01.pa.comcast.net [68.80.102.17]) by beck.quonix.net (8.12.9/8.12.9) with ESMTP id h5J32lE7027988 for ; Wed, 18 Jun 2003 20:02:48 -0700 (PDT) (envelope-from john@essenz.com) Date: Wed, 18 Jun 2003 23:01:07 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: John Von Essen To: freebsd-advocacy@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <459A6C46-A202-11D7-B17F-0003933DDCFA@essenz.com> X-Mailer: Apple Mail (2.552) Subject: performance boost... X-BeenThere: freebsd-advocacy@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Evangelism List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 03:02:57 -0000 This one took me by surprise, so I have to share. I was consulting at company who used a Linux cluster to deliver internal mailings (they have roughly 30,000 employees across the US - which was too much for a Microsoft Exchange distribution list to handle). The cluster nodes ran some perl code which effectively called a "performance-tuned" sendmail. Delivery throughput was around 17 messages per second. After weeks of arguing I finally got the okay to upgrade one of the nodes to FreeBSD. The result was that after the next mailing, the FreeBSD box had a delivery throughput of 29.7 messages per second. Same hardware, same perl code, same sendmail. Something as simple as switching from RedHat linux to FreeBSD almost doubled performance. The best part of course is the satisfaction I now get from rubbing it in to all the Solaris and Linux admins I work with! -John