On Fri, Apr 15, 2011 at 5:59 AM, Abhishek Kona <[email protected]> wrote: > Hi folks, > > Has anyone used a Thrift server with Netty as the connection layer, have > heard some good things about it (apparently twitter is using it). > I have tried to creating a netty based thrift server by using the > TNettyTransport available at https://github.com/cgbystrom/netty-tools > So any help / sample code in this regard is greatly welcome. > Also it would be nice to hear about other people(s) experience using thrift > and Netty. > > The main problem I am trying to solve using Netty is increase the number of > connections (not physical) that can be made to the Thrift Server.
Our (Twitter's) implementation is open source: https://github.com/twitter/finagle/tree/master/finagle-thrift -ryan
