Hello, When I attempt socket communications between my app on Ubuntu and my app on Vista, I'm seeing really bad latency issues: It's taking over 20 seconds from the send till anything shows up on the other side. Early on I got my socket functions working well (developing on Ubuntu), no latency issues at all when all my socket communications were just on the linux box. I also ran some tests early on between two linux machines to make sure the sockets were behaving like I wanted them to, and it all worked fine.
Interestingly, the socket communications also work just fine when I'm using them just on the Vista machine. I'm only getting the 20 second plus latency issues when I'm talking linux<-->Vista. Just for kicks, I set the 'nodelay' property to 'true', but that didn't make any difference. Can anyone offer some insight on this? -- View this message in context: http://www.nabble.com/high-latency-on-socket-between-linux-and-windows-tp23164622p23164622.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
