It appears that after some testing, the buffered transport seems more stable. I am occasionally getting a missing timestamp error during batch_mutate calls. It happens both on framed and buffered transports, but when it happens on a framed transport, the server crashes. Is this typical?
Lee Parker On Thu, Apr 15, 2010 at 1:12 PM, Nathan McCall <n...@vervewireless.com>wrote: > FWIW, We just exposed this as an option in hector. > > -Nate > > On Thu, Apr 15, 2010 at 8:38 AM, Miguel Verde <miguelitov...@gmail.com> > wrote: > > On Thu, Apr 15, 2010 at 10:22 AM, Eric Evans <eev...@rackspace.com> > wrote: > >> > >> But, if you've enabled framing on the server, you will not > >> be able to use C# clients (last I checked, there was no framed transport > >> for C#). > > > > > > There *are* many clients that don't have framed transports, but the C# > > client had it added in November: > > https://issues.apache.org/jira/browse/THRIFT-210 >