I am implementing a low latency real time application which should push excessive messages.
I would like to ask how different from the performances aspect would be sending Serialized objects or plain long string (which will be parsed as XML in the client side) over TCP connection?
I am talking in Milliseconds terms.
thanks, ray.