Tagged Questions

4
votes
2answers
2k views

Dealing with a longer running process in WCF

In the app I'm currently working on we are using a couple of WCF services with a lot of methods. Until now, all methods are very short running, often just getting some data. I've just added a method ...
0
votes
2answers
325 views

WCF Duplex timeout problem

I've been searching the web for the last two days, but by no means, I can get my WCF Duplex service working. I've created a demo project which can be download from skydrive: WCFDuplexDemo.zip For ...
0
votes
1answer
184 views

Communication framework recommendation

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 ...