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.

-Abhishek Kona

Reply via email to