Re: WIP: introduce ClientCnxnSocket classes for nicer netty integration

2010-08-30 Thread Patrick Hunt
On 08/22/2010 06:19 AM, Thomas Koch wrote: If you could help me to move the logic from xyz() back in the run() method with fitting calls to the socket() class, then I might be done. I'm a bit puzzled because in NIO there's first a selector.select(to) and then doWrites(), while in Netty there's

WIP: introduce ClientCnxnSocket classes for nicer netty integration

2010-08-22 Thread Thomas Koch
Hi, I got permission from Patrick to try to make the java client netty introduction a little bit nicer. I could need a little help now at one point. Please have a look at http://github.com/thkoch2001/zookeeper/tree/use_netty2/src/java/main/org/apache/zookeeper/ The classes ClientCnxnSocketNIO