I don't have metrics on hand, but you almost always want to wrap your base transport with a buffered or framed transport. At least in my experience with Ruby and Java, a buffer makes all the difference.
-Bryan On Sun, Mar 7, 2010 at 7:57 PM, <[email protected]> wrote: > > > > Does anyone have any performance metrics for Thrift generated > client-side code? C++ would be nice. > As you might guess, I'm trying > to estimate the difference in the performance of the Thrift generated C++ > code for TBinaryProtocol over TSockets or TBufferedTransports and the C > code generated by cthrift. > > Thanks! > Mayan > > >
