Use one Socket to send and recieve data

Posted by volody on Stack Overflow See other posts from Stack Overflow or by volody
Published on 2010-04-05T15:39:41Z Indexed on 2010/04/05 15:53 UTC
Read the original article Hit count: 258

Filed under:
|

What makes more sense?

  • use one socket to send and receive data to/from a embedded hardware device
  • use one socket to send data and separate socket to read data

Communication is not very intensive but the important point is to receive data as fast as possible. On application side is used Windows XP and up.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET