Yonik Seeley writes:
 > Can thrift multiplex multiple requests over a single socket (have
 > multiple outstanding requests and have the responses come back in any
 > order)?  I wasn't able to see this feature after a quick perusal of
 > the docs.

I guarantee you can do this if you use the underlying
marshalling/transport code because that's what we're doing.  I don't
know if you can with the higher level service code.  My guess is
maybe, but only if you specify the methods as asynchronous in which
case you have to handle the request/reply pairing by yourself.
        -Eric


Reply via email to