<div class="gmail_quote"><br>Hi,<div><br></div><div>I have developed two kind of servers:</div><div>   api - http server</div><div>   memory_db - dict-based server with some logic of putting data to dict and getting it back.</div>
<div><br></div><div>Api communicate with memory_db via txJSON-RPC but response time is huge under high load. I also try implementation with replacement txJSON-RPC -&gt; Perspective Broker with no success. PB implementation has 10+ times faster responses when returning data is small (dict with few keys and values like list of 1-5 strings). However, PM much depends on size of returning value. When I return a list of 600 items (each is string with length 20) response time incredibly growing up. Unlike PB, json-rpc implementation keeps it response-time near the same lever as with small return data.</div>

<div><br></div><div>Can you suggest some protocol with a small response? Or should I look into development of my own?<br clear="all"><br>-- <br>WBR, Vlad Shevchenko<br><br></div></div>