From owner-freebsd-current Wed Dec 9 13:15:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28230 for freebsd-current-outgoing; Wed, 9 Dec 1998 13:15:51 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alive.znep.com (sense-sea-MegaSub-1-222.oz.net [216.39.144.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28225 for ; Wed, 9 Dec 1998 13:15:50 -0800 (PST) (envelope-from marcs@znep.com) Received: from localhost (marcs@localhost) by alive.znep.com (8.9.1/8.9.1) with ESMTP id NAA08165; Wed, 9 Dec 1998 13:14:44 -0800 (PST) (envelope-from marcs@znep.com) Date: Wed, 9 Dec 1998 13:14:43 -0800 (PST) From: Marc Slemko To: "Andrey A. Chernov" cc: Mike Tancsa , current@FreeBSD.ORG Subject: Re: Current ready for prime time web server ? In-Reply-To: <19981210000957.A44414@nagual.pp.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Dec 1998, Andrey A. Chernov wrote: > On Wed, Dec 09, 1998 at 12:57:45PM -0800, Marc Slemko wrote: > > > FD_SETSIZE (256) found, you probably need to rebuild > > > Apache with a larger FD_SETSIZE > > > > Well, why not rebuild Apache with a larger FD_SETSIZE like it says? > > -current understand any FD_SETSIZE you may want to use. And so does 2.2-stable. > > BTW, better way for -current is switch to poll(), it not require > rebuilding when you run out of defined descriptors. Except that the poll() that is currently in FreeBSD is a major PITA to use because doesn't comply with the relevant standards, since it doesn't give you any way to leave an empty lot using a negative descriptor. I submitted a PR with patch on this a month or two ago, but nothing has been done with it yet AFAIK. > > I wouldn't really recommend using -current for production servers right > > now. > > Hmm. My server under -current have 30000 raw hits per day without any > problems. 30000 hits isn't any significant volume of traffic. On top of that, a lot of the "production" part is on reliability and I'm not conviced that 3.0 is there yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message