Return-Path: Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: (qmail 96818 invoked from network); 8 Dec 2010 23:59:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 23:59:27 -0000 Received: (qmail 99735 invoked by uid 500); 8 Dec 2010 23:59:27 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 99668 invoked by uid 500); 8 Dec 2010 23:59:27 -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 99660 invoked by uid 99); 8 Dec 2010 23:59:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 23:59:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 08 Dec 2010 23:59:25 +0000 Received: (qmail 96735 invoked by uid 99); 8 Dec 2010 23:59:03 -0000 Received: from localhost.apache.org (HELO mail-wy0-f170.google.com) (127.0.0.1) (smtp-auth username phunt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 23:59:03 +0000 Received: by wyb39 with SMTP id 39so2180182wyb.15 for ; Wed, 08 Dec 2010 15:59:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.129.9 with SMTP id m9mr9645672wbs.116.1291852741191; Wed, 08 Dec 2010 15:59:01 -0800 (PST) Received: by 10.227.152.139 with HTTP; Wed, 8 Dec 2010 15:59:01 -0800 (PST) In-Reply-To: References: Date: Wed, 8 Dec 2010 15:59:01 -0800 Message-ID: Subject: Re: Announcing KeptCollections, distributed Java Collections for ZooKeeper From: Patrick Hunt To: user@zookeeper.apache.org, dev@zookeeper.apache.org, anthony.urso@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Anthony this looks really nice, thanks for sending it out! Patrick On Wed, Dec 8, 2010 at 12:40 PM, Anthony Urso wrote: > I am pleased to announce the initial release of KeptCollections, a > library of drop-in replacements for standard Java Collections that use > Apache ZooKeeper as a backing store. > > KeptCollections are designed to make it easy for anyone to write > distributed applications without having to learn the intricacies of > ZooKeeper, or distributed programming in general. > > The collections use the well-known JDK APIs, yet any changes made to > any of these collections by one node are seen by all other nodes > within milliseconds, allowing for easy communication between processes in a > computing cluster. > > More information here: > > https://github.com/anthonyu/KeptCollections/wiki > > and all code is available from: > > https://github.com/anthonyu/KeptCollections > > Please try it out, and let me know any problems you experience via > github issues or this email address. > > Cheers, > Anthony >