Cool, so did that make sense? tldr: requests are processed in the order
sent and responses are returned in the order of requests.

-Jay


On Thu, Dec 6, 2012 at 9:40 AM, ben fleis <b...@monkey.org> wrote:

> Ok.  This is actually what I did in my first version of the code (the queue
> of outstanding requests).  I merely thought that it might offer parallelism
> between variant request types.  As you mentioned, increased parallelism is
> a good thing for performance, but my question was more about what is
> promised, and what is not.
>
> Thanks,
>
> ben
>

Reply via email to