On Sep 14, 2011, at 8:41 AM, Ross Peoples wrote:

> I have downloaded the jsonrpclib and rerun the SSL without Sessions test 
> again. MUCH better:

Good.

Another suggestion: insert some dummy request, a nop of some sort, as the first 
operation (before ADD). I'm guessing that in both cases (JSON & XML) whatever 
operation is in the first slot is going to get charged with the overhead of 
establishing the connection.

> 
> ADD TWO NUMBERS
> ==================================
> JSON-RPC: 102.86 ms
> XML-RPC: 62.83 ms
> Result: XML won by: 40.04 ms
> 
> 
> CONCATENATE TWO STRINGS
> ==================================
> JSON-RPC: 47.32 ms
> XML-RPC: 44.36 ms
> Result: XML won by: 2.96 ms
> 


Reply via email to