In addition, it seems to me that TEvhttpServer is only a single-threaded implementation.
Thanks! Yunqi On Tue, Nov 10, 2015 at 2:16 PM, Yunqi Zhang <[email protected]> wrote: > Hi guys, > > I'm trying to implement a server that does nonblocking I/O and serves the > requests asynchronously (because the server will be calling another server) > in C++. It seems to me that the only server I can use for TAsyncProcessor > is lib/cpp/src/thrift/async/TEvhttpServer.h. Is that true? Would that be > the best choice to build upon to implement an asynchronous server? > > Thank you! > > Yunqi >
