Hi, 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.
For those unfamiliar with JSON-RPC - see www.json-rpc.org - it's an alternative to XML-RPC, offering most of its capabilities, but using far less traffic and requiring less processing time on the server and client. For more information, downloads and a live demo, visit: http://www.freenet.org.nz/dojo/pyjson If any Python honchos here want to raise a PEP for it, I'd support that fully. Cheers aum -- http://mail.python.org/mailman/listinfo/python-list