From owner-freebsd-questions Thu Jan 16 17:29:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA00417 for questions-outgoing; Thu, 16 Jan 1997 17:29:03 -0800 (PST) Received: from post-ofc02.srv.cis.pitt.edu (root@post-ofc02.srv.cis.pitt.edu [136.142.185.24]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA00409 for ; Thu, 16 Jan 1997 17:29:00 -0800 (PST) Received: from local (root@localhost) by post-ofc02.srv.cis.pitt.edu (8.8.4/cispo-2.0.1.7) ID for FreeBSD-questions@freebsd.org; Thu, 16 Jan 1997 20:28:55 -0500 (EST) Received: via switchmail; Thu, 16 Jan 1997 20:28:55 -0500 (EST) Received: from pop.srv.cis.pitt.edu via qmail ID ; Thu, 16 Jan 1997 20:28:46 -0500 (EST) Received: from ehdup-p-7.rmt.net.pitt.edu (ehdup-p-7.rmt.net.pitt.edu [136.142.22.77]) by pop.srv.cis.pitt.edu with SMTP (8.8.4/cispop-1.6.1.4) ID for ; Thu, 16 Jan 1997 20:28:42 -0500 (EST) Received: by ehdup-p-7.rmt.net.pitt.edu with Microsoft Mail id <01BC03EB.AA361440@ehdup-p-7.rmt.net.pitt.edu>; Thu, 16 Jan 1997 20:27:16 -0500 Message-ID: <01BC03EB.AA361440@ehdup-p-7.rmt.net.pitt.edu> From: John Duncan To: "FreeBSD-questions@freebsd.org" Subject: RE: Info on "I686_CPU" and FDESC kernel compile options please Date: Thu, 16 Jan 1997 20:20:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ---------- From: That Doug Guy[SMTP:tiller@connectnet.com] Sent: Thursday, January 16, 1997 4:46 AM To: FreeBSD-questions@freebsd.org Subject: Info on "I686_CPU" and FDESC kernel compile options please Howdy, :) [on a p6] We are running a 2.1.5-Release system, and I am wondering if the "I686_CPU" option is available to me, and if it would help significantly. The I686_CPU is an option that, if used singularly, should make use of a few of the things that make P6s useful. I would say that it will increase in speed, although the clock rate should be the most major improvement that a p6 offers. An increase in performance for IRC servers come from wide-bus scsi drivers, faster network channels, etc. Also, we run an IRC server on this system that makes heavy use of File Descriptors. Would installing support for the FDESC filesystem be of use to me? I can't find any documentation on it in the Handbook/FAQ search, and nothing that helped me in the mail list search. No, you would not gain any speed. You should look into the ccd0 driver. If you have two scsi or ide channels, that is, adapters, then concatenating _identical_ disks will garner a definite performance increase. IRC usually requires many file accesses,, which are best-performed by ccds. Also, caching scsi controllers can help, but I'm not sure if we have the support. Any other info on what to look for would be appreciated as well. Thanks, Doug