Communication framework recommendation

Posted by Benny on Stack Overflow See other posts from Stack Overflow or by Benny
Published on 2010-03-13T06:04:20Z Indexed on 2010/03/13 6:15 UTC
Read the original article Hit count: 164

Filed under:
|

I have two applications, and one is keeping sending live images to the other and it need to be long-running.

  1. WCF - is it suitable?
  2. TCP/IP directly?
  3. Service bus, NServiceBus?

Is there any better alternative for this communication?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about long-running