Tuning FreeBSD for HIGH PERFORMANCE Web Server

2003-07-14 Thread Edy Lie
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.

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

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