On Mon, Oct 8, 2012 at 8:32 AM, CHEN, Ruichuan (Ruichuan) <[email protected]> wrote: > Anyone has any clues of a non-blocking SSL server in Thrift? Java example > would be highly appreciated.
This is pretty easy to build using a Netty-based Thrift server [1]. Enabling SSL is then mostly a matter of adding an SSLHandler to your pipeline [2]. [1] https://github.com/cgbystrom/netty-tools [2] http://static.netty.io/3.5/api/org/jboss/netty/handler/ssl/SslHandler.html Diwaker -- http://maginatics.com
