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 161D6D53B for ; Wed, 15 May 2013 06:49:28 +0000 (UTC) Received: (qmail 25234 invoked by uid 500); 15 May 2013 06:49:27 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 24970 invoked by uid 500); 15 May 2013 06:49:22 -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 24946 invoked by uid 99); 15 May 2013 06:49:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 06:49:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of neoqing@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qc0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 06:49:15 +0000 Received: by mail-qc0-f176.google.com with SMTP id a11so219131qcx.35 for ; Tue, 14 May 2013 23:48:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=SCuVb4Oz4veyp5UwEZJ3efgbqOhILh7UlgHBfoFSlE0=; b=ltnDAUCKvKCLGxVrt+tC12pWXtoArXR5ODetMPipn4t8Y9L/lrI8ck7omR1kpGFdcy chdQGFAde0V5+C5eG2jcST3YU9sAfLOtrigySwO1DnstWM+ajmGE7C1Ix6zg1z5QreTO KXs5eBEVY85w6vv4VK1amt9h87LxAZ0Egn+OdHni73lz9b+taV2My6No1VLGyX9zCPGm LLZSnZCsrnui5W9OGMTe2QObl8BWlYmvMqEYHmfgAke9pBNvSbhlFF1xDJoESCpB0fsh ZH9ns3lMWnv1uqmC0TGyPEObWV6bFN35jkM6oaAep5xmEdL//ZxK3CRyjwpPI8dVXK8O 2K+A== MIME-Version: 1.0 X-Received: by 10.49.38.169 with SMTP id h9mr30406094qek.54.1368600534680; Tue, 14 May 2013 23:48:54 -0700 (PDT) Received: by 10.49.106.65 with HTTP; Tue, 14 May 2013 23:48:54 -0700 (PDT) Date: Wed, 15 May 2013 14:48:54 +0800 Message-ID: Subject: Use zookeeper as Load Blancer and Fail Over From: Neo Qing To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=047d7bdc1220b5a46b04dcbc240a X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc1220b5a46b04dcbc240a Content-Type: text/plain; charset=ISO-8859-1 Hi,There I'm new to zookeeper, currently I'm working on a project, I have a cluster of server, client need to connection server (TCP/IP), and we need to keep the connection long live. To do the fail over and load balance , I was wondering whether zookeeper can handle this case, especially for long live connection. thanks in advance. Neo --047d7bdc1220b5a46b04dcbc240a--