From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 10:02:15 2003 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 751F037B405 for ; Mon, 14 Jul 2003 10:02:15 -0700 (PDT) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB68B43FD7 for ; Mon, 14 Jul 2003 10:02:13 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id B93A17763F for ; Mon, 14 Jul 2003 17:02:01 +0000 (UTC) Received: from fortytwo. (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id 65B151800CF; Mon, 14 Jul 2003 17:02:01 +0000 (UTC) Date: Mon, 14 Jul 2003 12:00:22 -0500 From: Vulpes Velox To: email@edylie.net Message-Id: <20030714120022.2f8d6c7a.kitbsdlists@HotPOP.com> In-Reply-To: <1058196304.2345.1.camel@ps2.consoledojo.com> References: <1058196304.2345.1.camel@ps2.consoledojo.com> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- cc: freebsd-questions@freebsd.org Subject: Re: Tuning FreeBSD for HIGH PERFORMANCE Web Server 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: Mon, 14 Jul 2003 17:02:15 -0000 Check out /etc/make.conf choose the closest arc for your proc and go with either O2 or O3 optimizations. When using O3 you may end up with a few problems. I have had a bit of problems compiling some things when I optimized some X stuff using O3. I have not had any problems with O2 so far. On 14 Jul 2003 23:25:04 +0800 Edy Lie wrote: > Is there any cool tips to fine tune FreeBSD so that it performs well for > Web server environment ? > > Like enabling Keep Alive (which is by default), shorten the time_wait ? > > > -- > In the windoze world, I am limited by the tools that I can use, In Unix, > I am limited by my own wisdom. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"