Python XmlRpcStream Module
What is XmlRpcStream?
XmlRpcStream is designed for the situation where a persistant connection
between client and server is required. XmlRpcStream is not complient with
the XML RPC spec as it doesn't use HTTP as the transport protocol.
The main advantages of using XmlRpcStream over standard XML-RPC are:
- XmlRpcStream is faster. It doesn't have the continual overhead of
connection set up and tear down.
- Immediate notification of the remote end point disappearing (due
to any number of reasons socket closing, crash, network disconnect, etc).
XmlRpcStream has been successfully tested on Linux and many of the versions
off the Microsoft Windows operating systems.
Download
XmlRpcStream
download page
Further Information