Hi there
I'm wondering what the performance difference is between mod_rest and ejabberd_xmlrpc. Is mod_rest quicker and if so, by how much?
Thanks
Syn
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi there
I'm wondering what the performance difference is between mod_rest and ejabberd_xmlrpc. Is mod_rest quicker and if so, by how much?
Thanks
Syn
I think you are the first one
I think you are the first one to become interested in the performance comparison of those modules. When you make the comparison, please comment your results here.
I imagine mod_rest would be faster. But that's only speculation.
Thanks
I've done some testing by
I've done some testing by executing about 200 add_roster/delete_roster commands via a php script, multiple, with some timing debugging.
The timing is always different, but if I had to say, I think mod_rest is faster, but only slightly so, which makes sense, since the post data is smaller.