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
