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 EA06AD6BC for ; Wed, 19 Sep 2012 23:59:44 +0000 (UTC) Received: (qmail 28710 invoked by uid 500); 19 Sep 2012 23:59:44 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 28608 invoked by uid 500); 19 Sep 2012 23:59:44 -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 28599 invoked by uid 99); 19 Sep 2012 23:59:44 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 23:59:44 +0000 Received: from localhost (HELO mail-pb0-f42.google.com) (127.0.0.1) (smtp-auth username phunt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 23:59:44 +0000 Received: by pbbrp8 with SMTP id rp8so2945175pbb.15 for ; Wed, 19 Sep 2012 16:59:43 -0700 (PDT) Received: by 10.68.242.42 with SMTP id wn10mr1932555pbc.105.1348099183704; Wed, 19 Sep 2012 16:59:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.163.34 with HTTP; Wed, 19 Sep 2012 16:59:23 -0700 (PDT) In-Reply-To: <1348069122.48315.YahooMailNeo@web162704.mail.bf1.yahoo.com> References: <1348069122.48315.YahooMailNeo@web162704.mail.bf1.yahoo.com> From: Patrick Hunt Date: Wed, 19 Sep 2012 16:59:23 -0700 Message-ID: Subject: Re: Client/Server Protocol To: user@zookeeper.apache.org, Uday Subbarayan Content-Type: text/plain; charset=ISO-8859-1 Hi Uday, ZK uses "jute" which is a fork of early Hadoop's IO subsystem. Patrick On Wed, Sep 19, 2012 at 8:38 AM, Uday Subbarayan wrote: > Hello, > Is Zookeeper uses 9P or a modified version of 9P for client/server communication? > http://en.wikipedia.org/wiki/9P > > > The data model & protocol looks very similar. > > Thanks, > -Uday.