I know that the non-blocking server in C++ is incompatible with wrapping 
arbitrary (or maybe any) transports.  I am working on a Sasl transport and it 
will take big changes to make it work with the non-blocking server in C++.  
This is because the server implements it's own transport internally.  The Java 
code appears to be more layered but I suspect it has similar problems.. 


On Oct 8, 2012, at 8:32 AM, "CHEN, Ruichuan (Ruichuan)" 
<[email protected]> wrote:

> Thrift provides several different non-blocking server modes, like 
> TNonblockingServer,THsHaServer, and TThreadedSelectorServer. But, I'd like to 
> enable SSL on the server. It seems SSL only works on blocking servers in 
> Thrift.
> 
> 
> 
> Anyone has any clues of a non-blocking SSL server in Thrift? Java example 
> would be highly appreciated.

Reply via email to