Re: [opennms-devel] FYI: Xmlrpcd

2011-04-09 Thread Corey Osman
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.

Re: [opennms-devel] FYI: Xmlrpcd

2011-04-09 Thread Benjamin Reed
On 4/8/11 4:42 PM, Corey Osman wrote: > 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 sa