I'm using json-rpc-cpp library from cinemast
As a test I have written simple server which takes two integers and returns their sum to the client. On a really small VPS (128 MB RAM) it was possible to reach ~270 queries per second on localhost and then on two separate VPS's.
Is such a result standard for json-rpc? Can I make it noticeably faster?