Thanks, I shall get onto the developer of the library :)
On Sun, Aug 19, 2012 at 10:13 PM, Peter Schuller < peter.schul...@infidyne.com> wrote: > You're almost certainly using a client that doesn't set TCP_NODELAY on > the thrift TCP socket. The nagle algorithm is enabled, leading to 200 > ms latency for each, and thus 5 requests/second. > > http://en.wikipedia.org/wiki/Nagle's_algorithm > > > -- > / Peter Schuller (@scode, http://worldmodscode.wordpress.com) >