4
votes
3answers
683 views
How do I automatically re-establish a duplex channel if it gets faulted?
Hi,
I'm developing a client/server application in .Net 3.5 using WCF. Basically, a long running client service (on several machines) establish a duplex connection to the server ov …
3
votes
2answers
191 views
What are the implications of half-duplex serial connections?
What are the implications of using a half-duplex serial connection versus a full-duplex one? What happens if both sides try sending data at the same time? Do you end up with corrup …
3
votes
3answers
229 views
Does the concept of shared sessions exist in ASP.NET?
I am working on a web application (ASP.NET) game that would consist of a single page, and on that page, there would be a game board akin to Monopoly. I am trying to determine what …
2
votes
1answer
349 views
Detecting Client Death in WCF Duplex Contracts.
I'm trying to build a SOA where clients can perform long running queries on the server and the server responds using a callback.
I'd like to be able to detect if the client discon …
2
votes
2answers
56 views
WCF test tool that supports Duplex scenarios?
Does anyone know of a tool that supports callbacks?
2
votes
1answer
97 views
Duplex Postscript - Force new page
Is there an easy way to force a postscript page onto a new physical page without inserting a blank page?
e.g. Say I have a PS document with 10 postscript pages, which needs to pri …
2
votes
4answers
1k views
WCF Duplex Service and TCP Port Exhaustion
I am trying to wrap my head around this. I am making a business specific messaging application, it is going to connect between 5000 and 10,000 machines back to our datacenter via …
2
votes
6answers
2k views
WCF push to client through firewall?
See also How does a WCF server inform
a WCF client about changes? (Better
solution then simple polling, e.g.
Coment or long polling)
I need to use push-technology with W …
1
vote
2answers
109 views
How to create simple C# full-duplex TCP/IP stream socket connection?
How to create simple C# full-duplex TCP/IP stream socket connection?
What do I need? I need -
Open Source Libs
Tutorials
Blog posts/Articles
1
vote
1answer
91 views
What is the best way to design big WCF Duplex Services with a Silverlight application?
Hello,
I am currently working on a silverlight application, more precisely a game, that has 2 states : Lobby and Game.
I created my service application to reflect that structure. …
1
vote
8answers
287 views
WCF Duplex Communications in a clustered environment
So I was looking at the sample examples people have created for Duplex Communications namely when hosted by IIS and connected to via Silverlight. There are plenty of examples of t …
1
vote
3answers
198 views
WCF ServiceHost.Close() Delay
I have a simple WCF duplex TCP service that I am trying to stop programmatically. If I don't have any connected users, ServiceHost.Close() is very quick but if I even have one conn …
1
vote
0answers
377 views
Setting WSDualHttpBinding ClientBaseAddress throws CommunicationObjectFaultedException
I have created a duplex service using the WSDualHttpBinding and am trying to set to set the clientBaseAddress so that I can avoid using port 80 which is blocked by IIS. The service …
1
vote
1answer
2k views
Long-running callback contract via WCF duplex channel - alternative design patterns?
I have a Windows service that logs speed readings from a radar gun to a database. In addition, I made the service a WCF server. I have a Forms and a CF client that subscribe to the …
1
vote
0answers
278 views
WCF: Duplex Callback always Anonymous
I've written a WCF duplex service and client. Everything works well until I try to call .Demand() in the client implementation. It appears that the the service invokes the callba …
