Questions tagged [durable-duplex]

4 questions
4
votes
3 answers

.NET based push notification service

I am looking for a scalable solution for push notification based on .net. Scenario: Both client and server will be in .NET. The requirement is, there will be approximately 60-100 clients connected to a single server and server should be able to…
Rajat Mehta
  • 201
  • 3
  • 14
1
vote
1 answer

durable duplex with TCP without having any KeepAlive() method

I need to implement a long lasting TCP duplex connection for event notification. Client register for events and server informs about this events to all subscribers. The problem is, the TCP connection closes after 10 minutes. I know about reliable…
miro smelko
  • 139
  • 6
1
vote
2 answers

WCF duplex channel, de-coupling the request and the response

I'm contemplating a project where I'll be required to make use of what is variously called the "asynchronous" mode, or the "duplex" mode, or the "callback" mode of SOAP webservice. In this mode, the caller of the service provides in the SOAP header…
Mark
  • 11,257
  • 11
  • 61
  • 97
0
votes
0 answers

ASAP initialization of WCF duplex nettcp channel

In my client/server applications, I want a single duplex WCF channel to be available for communication with its server - sort of a background connection that isn't strictly necessary for the client application to run, but is desirable for reporting…
Jason Kleban
  • 20,024
  • 18
  • 75
  • 125