Message-ID: <378BBB0D.33AD8394@nothing.com> Date: Tue, 13 Jul 1999 15:17:49 -0700 From: DM X-Mailer: Mozilla 4.5 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: pgcc AT delorie DOT com Subject: Re: Kernel Optimization and RH 6 References: <026d01beccbd$15d8d650$1687eaa8 AT infovia DOT com DOT gt> Content-Type: text/plain; charset=iso-8859-1; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 8bit Reply-To: pgcc AT delorie DOT com You'll probably get about 1% performance increase. You can probably get better performance if you recompile Glibc, and your CPU time-consuming daemons. Also tweaking TCP/IP options will probably help. Also, if it's a 100 Mbit NIC, it's a good idea to replace it with a NIC that has TCP/IP built-in . Sorry I forget who makes them, but they do have web presence. Those NICs consume up to 30% less CPU time! To see which optimization options will work best for you, experiment. If you don't want to waste time experimenting, there is no sure answer what's best, since different codes produce different binaries with different results. Rolando López wrote: > Are the lines below the best option to compile a 2.2.x kernel with egcs/pgcc running > on a Pentium II?