You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Vinod Gupta Tankala <tv...@socialyantra.com> on 2011/04/25 05:10:58 UTC

does thrift support batch requests?

Hi,
I am new to thrift and just started using it and really like it so far. I am
using a java server and ruby client.
Is it possible to make batch calls from client to server? that way, my
website front end doesn't have to make multiple calls to my backend.

Are there any best practices? the other option is for ruby client to make
multiple async calls to the java server. is that possible? i couldn't see
any stubs in the generated ruby client file.

thanks
vinod