From owner-freebsd-questions@FreeBSD.ORG Mon Jan 2 22:26:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAB681065673 for ; Mon, 2 Jan 2012 22:26:05 +0000 (UTC) (envelope-from mikel.king@olivent.com) Received: from mail.olivent.com (mail.olivent.com [75.99.82.91]) by mx1.freebsd.org (Postfix) with ESMTP id 594CF8FC12 for ; Mon, 2 Jan 2012 22:26:05 +0000 (UTC) Received: from localhost ([127.0.0.1]) by mail.olivent.com (Kerio Connect 7.0.0 patch 1) (using TLSv1/SSLv3 with cipher AES128-SHA (128 bits)); Mon, 2 Jan 2012 17:26:00 -0500 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 From: mikel king In-Reply-To: Date: Mon, 2 Jan 2012 17:25:52 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <84961FF6-6C49-4CBA-B1F8-F5086808B45C@olivent.com> References: <0LX600GBUUP8AWE1@ms02044.mac.com> To: Robert Boyer X-Mailer: Apple Mail (2.1084) Cc: Eduardo Morras , "Muhammet S. AYDIN" , freebsd-questions@freebsd.org Subject: Re: freebsd server limits question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 22:26:05 -0000 On Jan 2, 2012, at 4:21 PM, Robert Boyer wrote: > To deal with this kind of traffic you will most likely need to set up = a mongo db cluster of more than a few instances=85 much better. There = should be A LOT of info on how to scale mongo to the level you are = looking for but most likely you will find that on ruby forums NOT on = *NIX boards=85. Suggest hitting up 10gen as well they usually have some knowledgeable = individuals available to talk mongo... Cheers, m=