Questions tagged [reliablesession]

11 questions
5
votes
1 answer

WCF Reliable Sessions Fault when Server under heavy CPU load or Thread Pool Busy

WCF Reliable Sessions Fault when Server under heavy CPU load or Thread Pool Busy There appears to be a design flaw in WCF Reliable Sessions that prevents the issue or acceptance of infrastructure keep-alive messages when the server is under high CPU…
russbishop
  • 16,587
  • 7
  • 61
  • 74
4
votes
1 answer

WCF - Binding.ReceiveTimeout & ReliableSession.InactivityTimeout

I am trying to make a WCF service which uses callbacks to the client. I would like the channel to be kept open as long as there is a connection (internet, network) and either the client or channel have not explicitly closed the channel. In order to…
user520288
3
votes
0 answers

WCF ReliableSession: Handle leak in Framework 4.5?

After installing the 4.5 runtime on some servers, we experienced many winsock-related errors. I tracked the issue down to a handle leak to \Device\Afd, when using WCF with ReliableSessions on .Net 4.5 runtime (not reproducible on 4.0). I wrote a…
AndyB
  • 41
  • 2
1
vote
3 answers

Unexpected fault on ReliableSession in NetTcpBinding (WCF)

I have a client server application. My scenario: .Net Framework 4.6.1 Quad Core i7 machine with hyperthreading enabled Server CPU load from 20 - 70 % Network load < 5% (GBit NIC) 100 users 30 services (some administrative ones, some generic ones…
toATwork
  • 1,335
  • 16
  • 34
1
vote
0 answers

WCF SOAP communication over wsHttpBinding

I have a WCF-service hosted in IIS using a custom binding, which seems to be a wsHttpBinding with "Reliable Session" and "Transport Security" switched on. Everything works fine with the automatically generated client-code from Visual Studio. Now I'd…
Jan Mika
  • 11
  • 1
0
votes
1 answer

Binding validation failed because the wshttpbinding does not support reliable sessions over transport security over HTTPS

I have seriously ran into a problem and could not resolve it. I have searched a ton of forums but couldn't find anything matching to resolve my issue. I have two components. One is a WCF service and the other is a client which is basically a…
0
votes
1 answer

In what scenarios is recommended a reliable session?

In few words, if I am not wrong, a session is used when I want to ensure that the packages are sent in order, and to be able to use sessions is needed a reliable connection. But my doubt what kind of applications need that? In my case is a simple…
Álvaro García
  • 18,114
  • 30
  • 102
  • 193
0
votes
1 answer

WCF reliable session faults regardless of configured timeouts

I'm trying to use a WCF reliable session to enable callbacks from the service to the client. This callback channel needs to be open indefinitely. There seems to be a bug in some .NET versions that lets reliable sessions fault prematurely. Should be…
knittl
  • 246,190
  • 53
  • 318
  • 364
0
votes
1 answer

WCF, Windows Store apps, and reliable sessions

Is it possible to use WCF reliable sessions in Windows Store apps? I am writing a Windows Store app in Visual Studio 2012 Professional using C#. I am trying to access a WCF service using sessions. I can't use WSHttpBinding because Windows Store…
JoeMjr2
  • 3,804
  • 4
  • 34
  • 62
0
votes
1 answer

reliableSession and sendTimeout in WCF

I am developing a WCF application. In the app.config file, I am using reliableSession enabled. And my sendTimeOut of the binding is set to 10 mins. While testing the application, I am getting one issue, like I am disconnecting the network, and I am…
Anuraj
  • 18,859
  • 7
  • 53
  • 79
-1
votes
1 answer

What does the "ordered" flag on the WCF Server do in reliable sessions?

I understand what the "ordered" flag on the client side does.....but does the server side config do anything? I know comms will work irrespective of whether the "ordered" flag is set to "true" or "false". Is it a redundanct setting for the server…
Yas
  • 19
  • 5