From owner-freebsd-hackers Sat Dec 7 18:42:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA22315 for hackers-outgoing; Sat, 7 Dec 1996 18:42:59 -0800 (PST) Received: from hemi.com (hemi.com [204.132.158.10]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id SAA22310 for ; Sat, 7 Dec 1996 18:42:57 -0800 (PST) Received: (from mbarkah@localhost) by hemi.com (8.8.3/8.7.3) id TAA01291; Sat, 7 Dec 1996 19:42:48 -0700 (MST) From: Ade Barkah Message-Id: <199612080242.TAA01291@hemi.com> Subject: Re: Apache and huge numbers of IP's.. To: imb@scgt.oz.au (michael butler) Date: Sat, 7 Dec 1996 19:42:48 -0700 (MST) Cc: jfesler@calweb.com, hackers@freebsd.org In-Reply-To: <199612080202.NAA26188@asstdc.scgt.oz.au> from "michael butler" at Dec 8, 96 01:01:59 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Michael Butler wrote: > Jason Fesler writes: > > > Anyone have a suggestion? I'm trying create a config file > > with 400+ domains, each with two IP addresses (I'm in the middle > > of relocating ip services thanks to NCIT/PAGESAT flaking and filing). > [ .. ] > > The number of file handles available is related to the maxusers config > parameter. If you wish to alter that without affecting the other table > sizes, you can add something like this to your config file .. > > options "CHILD_MAX=512" > options "OPEN_MAX=512" Is this sufficient ? You still have: #ifndef FD_SETSIZE #define FD_SETSIZE 256 #endif in /usr/include/sys/types.h. FD_SETSIZE ultimately limits the number of selector bits select() can use. Regards, -Ade ------------------------------------------------------------------- Inet: mbarkah@hemi.com - HEMISPHERE ONLINE - -------------------------------------------------------------------