Re: Implementing java.util.concurrent.* interfaces

2010-04-12 Thread Taylor Gautier
On Mon, Mar 29, 2010 at 4:45 PM, Mahadev Konar wrote: > Hi Taylor, > Really glad to see that you'd like to work on the recipes. As per your > questions, comments are in lined: > > > - it should implement the java.util.concurrent interfaces so that the > > implementation may be used by anyone alre

Re: Implementing java.util.concurrent.* interfaces

2010-03-29 Thread Mahadev Konar
Hi Taylor, Really glad to see that you'd like to work on the recipes. As per your questions, comments are in lined: > - it should implement the java.util.concurrent interfaces so that the > implementation may be used by anyone already familiar with the > java.util.concurrent.* interfaces The pro

Implementing java.util.concurrent.* interfaces

2010-03-29 Thread Taylor Gautier
Hello, I've been looking at ZooKeeper. I'd like to play around with it a bit, I noticed that some time ago there was some interest in writing classes that implement the java.util.concurrent.* interfaces, specifically there is this open issue: https://issues.apache.org/jira/browse/ZOOKEEPER-88 I