Thrift users, There seems to be a lack of documentation for the C++ implementation. If I'm mistaken, please point me in the right direction.
I want to implement a thrift server in a non-blocking fashion in C++, but I want control over my own eventloop (libevent). My daemon has more responsibilities than just thrift, so I cannot just call thriftServer.serve(). What's the best approach for this? Is there a model where I can tell thrift that there is activity on a socket? Thanks, --erik
