Date: Mon, 12 Jan 1998 18:43:23 +0100 (MET) From: Dirk-Willem van Gulik <Dirk.vanGulik@jrc.it> To: michael dorin <mike@chaski.com> Cc: questions@FreeBSD.ORG Subject: Re: How many virtual IP's can a system handle Message-ID: <Pine.SOL.3.96.980112183914.8962q-100000@elect6.jrc.it> In-Reply-To: <199801121103.LAA03343@chaski.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Jan 1998, michael dorin wrote: > How many virtual IP's can a system handle? > How many virtual domains can apache handle? > > I have a 166Mhz system with 64meg of ram running freebsd 2.1.6. > (type to update I know) You'd propably find that your service deamons run out of the file descriptor they need for logging, sockets, etc, long before you hit any real limits in the OS. For FreeBSD+Apache several 1000-ands is certainly not uncommon. Beyond that is might not make sense, as you will propably hit problems other than related to bandwith, processing and memory limits; which cause you to rethink your management strategy :-) There are several hints on www.apache.org you propably find usefull. Dw.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.96.980112183914.8962q-100000>