I dont think thrift servers are a good idea. none of the servers provide
full pipelined out of order execution. we wrote our own server using
nonblocking sockets which performs way better than the any of the existing
thrift code. cannot share because it is company's code.

On Fri, May 27, 2016 at 3: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
>

Reply via email to