P
pigeonrandle
Does anyone have anything to say about using xml to communicate
between client and server over a tcp network connection? If the data i
am sending is reasonably small, then i presume the added overhead of
processing the xml is negligible (in comparison to just reading
integers and strings, etc off the NetworkStream)?
Obviously in a production environment, i would be encrypting these
transmissions and so there would be other overheads involved, but as i
am not an expert, i do not know what they are!
Thanks for your comment,
James.
between client and server over a tcp network connection? If the data i
am sending is reasonably small, then i presume the added overhead of
processing the xml is negligible (in comparison to just reading
integers and strings, etc off the NetworkStream)?
Obviously in a production environment, i would be encrypting these
transmissions and so there would be other overheads involved, but as i
am not an expert, i do not know what they are!
Thanks for your comment,
James.