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: 190
wcf
|long-running
I have two applications, and one is keeping sending live images to the other and it need to be long-running.
- WCF - is it suitable?
- TCP/IP directly?
- Service bus, NServiceBus?
Is there any better alternative for this communication?
© Stack Overflow or respective owner