Github user szenker commented on the pull request:
https://github.com/apache/thrift/pull/798#issuecomment-173338811
With the term "pipelining" I mean the following in this context:
1.) A client is allowed to send out a consecutive request even before it
has received the response of the preceding request.
2.) When a server receives several requests from a particular client, it
may sends back the responses in a different order than it received the requests.
This doesn't work with the current cob style implementation, as the seqid
is set to 0 in all requests/reponses.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---