Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Dec 1996 21:08:06 -0700
From:      Dave Andersen <angio@aros.net>
To:        Ade Barkah <mbarkah@hemi.com>
Cc:        imb@scgt.oz.au (michael butler), jfesler@calweb.com, hackers@freebsd.org
Subject:   Re: Apache and huge numbers of IP's.. 
Message-ID:  <199612080408.VAA07389@fluffy.aros.net>
In-Reply-To: Your message of "Sat, 07 Dec 1996 19:42:48 MST." <199612080242.TAA01291@hemi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

> > 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

   At the beginning of your program, before ALL other #includes, say:

#define FD_SETSIZE 512

   -Dave



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