Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C1F07530 for ; Wed, 9 Nov 2011 16:05:10 +0000 (UTC) Received: (qmail 23173 invoked by uid 500); 9 Nov 2011 16:05:09 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 23147 invoked by uid 500); 9 Nov 2011 16:05:09 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 23135 invoked by uid 99); 9 Nov 2011 16:05:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 16:05:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of static.void.dev@gmail.com designates 209.85.213.170 as permitted sender) Received: from [209.85.213.170] (HELO mail-yx0-f170.google.com) (209.85.213.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 16:05:01 +0000 Received: by yenm5 with SMTP id m5so880244yen.15 for ; Wed, 09 Nov 2011 08:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=5QeKrfz6nH7mbDPcIE6tGjq+g1oWleaJ789EnsK3KSY=; b=ot7elIUhP0VXmQ45elHPx38XulvUYIzR24cnuKgMGzw2oKUGWIZ/0ZzscVcWAlvjSz UDzVxI0eDdrMTP8xwIghUyOVeCOoG2ttFSvkld7Kvws1rUaGVwrxwoRhJTC38vUSL2L/ T62oAQ6C77sA6PW79WQ3bY9MpGkyF8lS8Omaw= Received: by 10.101.165.18 with SMTP id s18mr1444063ano.108.1320854680997; Wed, 09 Nov 2011 08:04:40 -0800 (PST) Received: from Robs-MacBook-Pro.local (230.sub-166-250-32.myvzw.com. [166.250.32.230]) by mx.google.com with ESMTPS id x3sm15045850anl.6.2011.11.09.08.04.38 (version=SSLv3 cipher=OTHER); Wed, 09 Nov 2011 08:04:40 -0800 (PST) Message-ID: <4EBAA493.5070501@gmail.com> Date: Wed, 09 Nov 2011 08:04:35 -0800 From: Mark User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: user@zookeeper.apache.org Subject: Load balancing Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit For simple load balancing what are the pros/cons in using ZooKeeper over HAProxy or a hardware loadbalancer? Thanks