Hmm. That might be the issue but its tough to tell since I'm not familiar with nagle etc. I'll try pulling down a development snapshot to see if that fixes the issue.
Chris On Fri, Feb 4, 2011 at 9:06 PM, Jonathan Ellis <[email protected]> wrote: > probably https://issues.apache.org/jira/browse/THRIFT-904 > > On Fri, Feb 4, 2011 at 5:42 PM, Chris Morgan <[email protected]> wrote: >> Hello. >> >> I was running some tests to evaluate using mono to run a c# thrift >> server. I created a simple application that passes blobs to the server >> and gets a result code back. I'm running on Kubuntu Mavrick (10.10) >> here >> >> From testing I see: >> >> cpp client -> c# server (mono 2.6) ~30 messages/sec >> cpp client -> c# server (mono 2.11) ~30 messages/sec >> cpp client -> cpp server ~30k messages/sec >> >> The rates are the same whether or not the blob is 50 bytes or 5000 bytes. >> >> For my particular use 30 messages a second is a huge bottleneck. Has >> anyone else seen this kind of behavior? Anyone know how to fix it? >> >> Chris >> > > > > -- > Jonathan Ellis > Project Chair, Apache Cassandra > co-founder of DataStax, the source for professional Cassandra support > http://www.datastax.com >
