Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 1996 19:42:48 -0700 (MST)
From:      Ade Barkah <mbarkah@hemi.com>
To:        imb@scgt.oz.au (michael butler)
Cc:        jfesler@calweb.com, hackers@freebsd.org
Subject:   Re: Apache and huge numbers of IP's..
Message-ID:  <199612080242.TAA01291@hemi.com>
In-Reply-To: <199612080202.NAA26188@asstdc.scgt.oz.au> from "michael butler" at Dec 8, 96 01:01:59 pm

next in thread | previous in thread | raw e-mail | index | archive | help
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 - <http://www.hemi.com/>;
-------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612080242.TAA01291>