G
Guest
I have two computers that I want to pass objects of a couple different classes back and fourth at a high rate of speed (>60 Hz). I'm looking for a good way to do this. I've been playing with System.Net.Sockets and using XMLserialization and Binary Serialization....I was unable to figure out how to serialize the class multiple times over the same socket. I could send one instance fine, but when I tried to do it more than once (at any speed) it said there was an error in the XML file (or binary error). I'm assuming this is because XML.Serialization writes some kind of header to the stream, or it could be a timing issue.
Anyway, I'm looking for the method that people would recommend to transfer this object repeatedly. I've heard SOAP and remoting are possiblities, but I don't know much about them and I'm not sure where to look to find stuff about them and high speed communication. Thanks
Tom Kent
Anyway, I'm looking for the method that people would recommend to transfer this object repeatedly. I've heard SOAP and remoting are possiblities, but I don't know much about them and I'm not sure where to look to find stuff about them and high speed communication. Thanks
Tom Kent