RPCServer.
system_multicall
system.multicall([{‘methodName’: ‘add’, ‘params’: [2, 2]}, …]) => [[4], …]
Allows the caller to package multiple XML-RPC calls into a single request.
See http://www.xmlrpc.com/discuss/msgReader$1208