From user-return-5891-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Aug 09 05:13:48 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 5550 invoked from network); 9 Aug 2009 05:13:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Aug 2009 05:13:45 -0000 Received: (qmail 29319 invoked by uid 500); 9 Aug 2009 05:13:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 29243 invoked by uid 500); 9 Aug 2009 05:13:51 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 29233 invoked by uid 99); 9 Aug 2009 05:13:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 05:13:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.211.179 as permitted sender) Received: from [209.85.211.179] (HELO mail-yw0-f179.google.com) (209.85.211.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 05:13:43 +0000 Received: by ywh9 with SMTP id 9so109982ywh.29 for ; Sat, 08 Aug 2009 22:13:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HAVypl22W5G9CJ0Byp/12a0VlV/LNfdQsQ6M66RDpJQ=; b=mhKzwCE+MTVv8XSaCnCG8dVIMAT1bRV2UvA4HfSsck3hW7UGqthl9gV47ZUhoH+prK jBQFaglJNuZec3dBPUizSdTwL3w/c4W+IRWSii6l3ZcY09PK4L7qUuRm/DvzZkm9SnTd uvztJopIOvPZHAfJV47MjFOWEnTZhzl/Wr+xE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=pSs6rX5wrEXUWTPjfJakbpTxyeLVN6CvXEA0pFz/bMcnw434XHV/f5spcZhGzagqq7 yl20z7/Gg/XiwQq2d3oIRMGhQfsOkEagSlT/I3nr6q8ZoQl8i+AG/S7MJ5EZDBTghlIA 2ESAtEYXwdbw3qdOO6cHU60P9/213CYEIzwDM= MIME-Version: 1.0 Received: by 10.100.249.5 with SMTP id w5mr2192615anh.28.1249794385907; Sat, 08 Aug 2009 22:06:25 -0700 (PDT) In-Reply-To: <921000908082201k5caa1cf6pf00283012f46457b@mail.gmail.com> References: <921000908082201k5caa1cf6pf00283012f46457b@mail.gmail.com> Date: Sun, 9 Aug 2009 01:06:25 -0400 Message-ID: Subject: Re: couchdb on 8 core redhat/fedora From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Nitin, Getting Erlang to spread should just be a matter of building it to have SMP support. ICU and Spidermonkey don't make use of any SM operation. You'll want to check Erlang's ./configure --help but I think it compiles SMP by default. If not you'll want to check options like --with-smp and --with-async. Paul Davis On Sun, Aug 9, 2009 at 1:01 AM, Nitin Borwankar wrote: > Hello all, > > I may get *free* access to an 8 core 32G server machine and am curious if > the underlying Erlang layer will automagically spread itself across 8 cor= es > or does anything need to be done in particular while build, install or > config? > > Second this is a 64 bit RHEL or FC machine ( not sure exactly whihc but i= t > doesn't matter much) =A0so the Ubuntu niceness is missing. > So when installing from release tarball what's the best way to install > dependencies ( the instructions seem only to talk about debian apt-get > installs). > Are there recent RPM's that can be installed via yum that will satisfy ne= eds > of 0.90 and beyond ? Anyone done this before ? > > > > 37% of all statistics are made up on the spot > -------------------------------------------------------------------------= ------------ > Nitin Borwankar > nborwankar@gmail.com >