Sybren Stuvel wrote:
> aum enlightened us with:
> > I've built a module called SimpleJSONRPCServer, which is essentially
> > the same as the familiar python library module SimpleXMLRPCServer,
> > except that it uses the JSON-RPC protocol.
>
> Thanks a lot! I've used XML-RPC on a low-speed device, and it was way
> too slow.

This is based on XML-RPC.

Probably not that different from sending the JSON as a single text data
parameter in XML-RPC.

i.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to