Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 1998 17:56:23 -0400 (EDT)
From:      "B. Richardson" <rabtter@aye.net>
To:        Jamie Bowden <jamie@itribe.net>
Cc:        dyson@iquest.net, hackers@FreeBSD.ORG
Subject:   Re: I want to break binary compatibility.
Message-ID:  <Pine.SGI.3.95.980827174623.18729B-100000@orion.aye.net>
In-Reply-To: <Pine.SGI.3.96.980827082118.2119D-100000@animaniacs.itribe.net>

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

I don't think the number of virtual domains is important, its how much
traffic they generate. We have a few sites that really get pounded.
At peak times there were 1200 webserver processes running (try that
in 64 megs of ram) and available memory was down to 32 mb (out of 384).
I think a big difference is that we were using netscape 2.0 enterprise
server with uses HTTP/1.0 -- which must fork a process per connection.
Our apache uses HTTP/1.1 which pipelines requests (with help of the
client) making for much lower resource usage on the part of the
webserver. We ran the gamut on the tunables -- we were just flat running
out of RAM.


-

Barrett Richardson        rabtter@orion.aye.net

On Thu, 27 Aug 1998, Jamie Bowden wrote:

>
> 
> I have over 200 virtual domains running off an Indy R4600 @ 133mhz w/ 64M.
> I don't have any problems with this.  Sounds like you need to do some
> tuning somewhere.  Not that FreeBSD isn't capable, it is very capable, and
> very good at this.  My point is that your SGI should be giving you alot
> better performance than it is.  I have found that the single largest
> botleneck for apache on my SGI's here is the number of file descriptors
> it's allowed to have open.  The system default is fairly low (200 per
> process, 2500 total), and really should be upped no matter what you are
> using the machine for.  Our Oracle, mail, and news servers all benefited
> from upping this.  I doubt this is relevant only to Irix.
> 
> Jamie Bowden
> 
> -- 
> Systems Administrator, iTRiBE.net
> 
> If we've got to fight over grep, sign me up.  But boggle can go.
> 	-Ted Faber (on Hasbro's request for removal of /usr/games/boggle)
> 
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SGI.3.95.980827174623.18729B-100000>