I'm guessing you want the abilitiy to separate the calls and receives on
a client; is that correct?
Thanks
Mayan
Daniel Kluesing wrote:
I wanted/needed something approximating async requests on the client -
directly call send_ stuff, do unrelated stuff that might fail, directly call
recv_ stuff - so I hacked into the c++ generator on 0.2.0 a bit more support
for cseqid and rseqid. I did this somewhat quickly and while it works for my
purposes, it isn't the 'right' thing to do. Is there any news on
http://issues.apache.org/jira/browse/THRIFT-1 or anyone working on a proper
nonblocking c++ client? (I saw the spotify ASIO patch)
(and if anyone out there wants similar functionality, I can port my changes to
trunk and make a patch, I didn't bother since this has lain dormant for quite a
while, so I'm guessing interest is low)