Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › General › xml performance › Reply To: xml performance
October 14, 2005 at 7:22 pm
#57546
Greg Eriksen
Participant
Scott, your explanation and example helped me to understand that the four-fold increase in message sizes will only become a performance issue depending on the volume of transactions.
In fairness to one of the programmers, I’ll mention that he responded by saying:
Quote:
His XML example is “element” based and that’s not the only way you can represent data. There is also “attribute” based XML, something like: FirstName=”fname” LastName=”lname” MiddleName=”mname”, which cuts the number of characters by 3rd.