Re: Tuning FreeBSD for HIGH PERFORMANCE Web Server

2003-07-14 Thread Jonathan Chen
On Mon, Jul 14, 2003 at 12:00:22PM -0500, Vulpes Velox wrote:
> 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.
> 

Compiler options are not a good alternative as tips from the tuning(7)
man page. Even more importantly, -O3 compile options can generate bad
code.
-- 
Jonathan Chen <[EMAIL PROTECTED]>

"We laugh in the face of danger, we drop icecubes down the vest of fear"
 - Edmond Blackadder III
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Tuning FreeBSD for HIGH PERFORMANCE Web Server

2003-07-14 Thread Vulpes Velox
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 <[EMAIL PROTECTED]> 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.
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"