Subject: XMPP BIG IQ VS SMALL IQ
I am wondering about the performance of the xmpp server, their are many scenario which one is better?
if we have a loop which traverse over 500 times it add 500child in iq and we send that as xml to the client?
vs
if we have the same above scenarios and we convert our iq to JSON and then send,
Transmission time would be decreased?
Bigger iq takes alot of time during transfer ?
if we have a loop which traverse over 500 times it add 500child in iq and we send that as xml to the client?
vs
if we have the same above scenarios and we convert our iq to JSON and then send,
Transmission time would be decreased?
Bigger iq takes alot of time during transfer ?