Server.system_multicall

Server.system_multicall(call_list)[source]

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