From owner-freebsd-hackers Wed Feb 12 03:21:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA22877 for hackers-outgoing; Wed, 12 Feb 1997 03:21:06 -0800 (PST) Received: from kremvax.demos.su (kremvax.demos.su [194.87.0.20]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA22870; Wed, 12 Feb 1997 03:20:59 -0800 (PST) Received: by kremvax.demos.su (8.6.13/D) from 0@megillah.demos.su [194.87.0.21] with ESMTP id OAA27785; Wed, 12 Feb 1997 14:20:35 +0300 Received: by megillah.demos.su id OAA13512; (8.8.3/D) Wed, 12 Feb 1997 14:21:37 +0300 (MSK) Message-Id: <199702121121.OAA13512@megillah.demos.su> Subject: upcoming version suggestions To: hackers@freebsd.org Date: Wed, 12 Feb 1997 14:21:37 +0300 (MSK) Cc: bag@demos.su (Alex G. Bulushev), current@freebsd.org, ache@nagual.ru (Andrey A. Chernov) From: "Mikhail A. Sokolov" X-Class: Fast Organization: Demos Company, Ltd. Reply-To: mishania@demos.su X-Mailer: ELM [version 2.4 PL24 ME7a] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, Don't know what version will it be applicable to now, either it is 2.1.7 or 2.2, but since FreeBSD is known to be more like server-used OS, than user worskstations, here're suggestions to redifine defaults: There's really need to set FDSETSIZE (/sys/sys/types.h, afair) default to something like 1024, - then you don't need to recompile kernel as soon as you start news server and/or ftp/www, like, loaded one. Example: you won't get any improvements rearranging MAXOPEN value, before you rearrange FDSETSIZE. Another idea is to enlarge default for SOMAXCONN (/sys/socket.h). When you have something running for it to be available to have more open passive tcp connections sumaltaneously. Example is Squid proxy cache{d} which uses this include in the listen(). Comments are definetely appreciated. Thanks, -mishania