I've been logging some time digging into different ways to consume Thrift -
Hoping to work out a way to use a TServlet based Java server -- and a non-blocking async client calls (TAsyncClient). Looks like the only non-blocking transport in Thrift is a pure socket based platform. Is it not feasible to have a non-blocking HttpTransport. THttpClient is apparently blocking. Cheers, Todd
