Hi,
I am facing the ServerTooBusyException when using reliable session and
net.tcp binding.
I have single server and single client application. The client registers for
the event at the server. When event occurs server send the message to the
client indicating event occurance. The event is generated at a rate of 1
event/min. So, I do not think the error is because of continous firing of
events, such that server gets loaded with it.
But, after some 5-8 such event occurance messages sent by server to the
client, I receive ServerTooBusyException and the server stops sending the
messages and system halts throwing the ServerTooBusyException.
Also, when I tried without reliable session, I still got the same error. So,
I think it is independent of whether it is reliable session or not.
Is there any way I can overcome this exception?
Kindly advice.
Regards,
Kaushal Mehta.
Kaushal Mehta - 10 Mar 2008 10:44 GMT
Hi,
There is slight mdification.
When it is not Reliable session enabled, I receive TimeoutException.
So, I am getting these exceptions, I am not sure why.
Regards,
Kaushal Mehta.
> Hi,
>
[quoted text clipped - 20 lines]
> Regards,
> Kaushal Mehta.