If Java is an option, there are more server implementations and depending on the size of the requests 20k request/second is pretty easy to achieve with multiple select loops feeding a worker pool.
> On May 27, 2016, at 6:53 PM, Hongyi Shen <[email protected]> wrote: > > Hi community, > Our work have use case need to use C++ Nonblocking server talk to Java > client via Unix domain socket for IPC. > > I can only find TThreadServer and TThreadPoolServer use it. > > And this pull request not been merged to main: > https://github.com/apache/thrift/pull/80 > > Is there any concern thrift team not put it main branch? ( cause I am > planing to make a PR later) > > Thanks, > wilbeibi
