资 源 简 介
About
xmlrpclite is a C library that provides the necessary functionality to get a simple XML-RPC server up and running. It has no external dependencies, and so might be appropriate for environments where space is an issue. On the other hand, its XML and HTTP support are completely (at this point in time) ad-hoc and inappropriate for environments where correctness must be guaranteed absolutely.
Requirements
xmlrpclite should compile and run on just about any Linux system. It needs check for unit tests, but otherwise has no dependencies. There"s no reason why it couldn"t be ported to any other platform with Berkeley-style sockets, but as of yet, it has only been tested on Linux.
Using xmlrpclite
You"ll want to check out GettingStarted for instructions regarding checking out the source code and getting it to compile. Once you"ve got xmlrpclite installed, you can follow the