FYI, I have built a few apps with xmlrpcserver and noticed that it transfers way too much data because of all the xml tags. JSON uses about 1/10th of the bandwidth in comparison. There is a simplejsonserver available on github somewhere that does the same thing with very little code change. I went from transferring 954K to 54K by switching from XMLRPC to JSONRPC. Try waiting 20 seconds for your data to load over a slow vpn link!
http://code.google.com/p/jsonrpclib/ Corey On Apr 8, 2011, at 1:31 PM, Benjamin Reed wrote: > I did some testing of Xmlrpcd today to make sure it works with IPv6. In > the process, I ended up making up a little python script that uses the > SimpleXMLRPCServer to stub out an event receiver, so you can test/use > Xmlrpcd. It's checked into contrib if anyone's interested. =) > > localhost - - [08/Apr/2011 16:20:44] "POST / HTTP/1.1" 200 - > sendServiceDownEvent: nodelabel = cynjamin-provisioned, interface = > 1341:5926:5358:9793:2384:6264:3383:2795%5, service = SNMP, eventhost = > Sin.local, time = Friday, April 8, 2011 8:22:17 PM GMT > > > -- > Benjamin Reed > The OpenNMS Group > http://www.opennms.org/ > > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-devel mailing list > > To *unsubscribe* or change your subscription options, see the bottom of this > page: > https://lists.sourceforge.net/lists/listinfo/opennms-devel ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-devel mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-devel