Date: Tue, 20 Mar 2007 10:30:34 +0100 From: Ivan Voras <ivoras@fer.hr> To: freebsd-database@freebsd.org Cc: freebsd-amd64@freebsd.org Subject: Re: New Opteron box, dedicated to PostgreSQL Message-ID: <eto9jq$hp$1@sea.gmane.org> In-Reply-To: <9012051A-E60C-4408-B772-B2A733CE23F8@chaos1.de> References: <8CDBEAF9-0945-4CD2-89C4-58AA63850ECC@Chaos1.DE> <b41c75520703160417w672a6b92x38cac65001bc3ea1@mail.gmail.com> <9012051A-E60C-4408-B772-B2A733CE23F8@chaos1.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Axel Rau wrote: >> kern.ipc.somaxconn=2048 > This one is new to me. Shouldn't make a difference, it's TCP "backlog" size - how many clients will be allowed to wait on the server's accept() call. It shouldn't make a difference except if you have *really* high connections/sec, and then only up to maximum connections you allow. It's practically never a factor in performance.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eto9jq$hp$1>