From owner-freebsd-questions@FreeBSD.ORG Wed Oct 20 21:37:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3473F16A4CE for ; Wed, 20 Oct 2004 21:37:07 +0000 (GMT) Received: from imo-m14.mx.aol.com (imo-m14.mx.aol.com [64.12.138.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D2343D3F for ; Wed, 20 Oct 2004 21:37:06 +0000 (GMT) (envelope-from TM4525@aol.com) Received: from TM4525@aol.com by imo-m14.mx.aol.com (mail_out_v37_r3.8.) id 2.102.524a9310 (4328); Wed, 20 Oct 2004 17:36:58 -0400 (EDT) From: TM4525@aol.com Message-ID: <102.524a9310.2ea8347a@aol.com> Date: Wed, 20 Oct 2004 17:36:58 EDT To: ryans@gamersimpact.com MIME-Version: 1.0 X-Mailer: 9.0 for Windows sub 5114 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: questions@freebsd.org Subject: Re: Freebsd and performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 21:37:07 -0000 In a message dated 10/20/04 9:19:30 AM Eastern Daylight Time, ryans@gamersimpact.com writes: >> If those things are taking a while to be there, does fbsd have any >> kernel patches like linux does to improve desktop performance? For >> example like: http://members.optusnet.com.au/ckolivas/kernel/ > >Lord, I hope not. One of the reasons I dislike Linux (and there are >many) is how much independent, unofficial, hard-to-find, incompatible, >and distribution specific development goes on. If you have patches that >would benefit the project, why not submit them? Well, realize that linux "patches" are kludges that you don't want in the O/S proper. "speeding desktop performance" does things like bypass much of the stack, assuming that the box isn't going to route. Linux has "performance features" such as panicing if a single packet doesn't have "headroom" for a protocol header, because they don't want to do the check.