The server has reached its incoming connection limit Error

RCFProto support and general discussion.
Post Reply
sanjeevji
Posts: 8
Joined: Mon Feb 13, 2017 7:33 pm

The server has reached its incoming connection limit Error

Post by sanjeevji »

We have client with multiple threads. To reuse TCP connection, each thread on the client opens a new RcfProtoChannel and uses that to create a service stub. After that large number of synchronous requests are executed from each of the client thread. We have observed that many time "The server has reached its incoming connection limit" is thrown even though the total requests fired on the server is less than the maximum configured. How will the client knows that the previous call has completed?

sanjeevji
Posts: 8
Joined: Mon Feb 13, 2017 7:33 pm

Re: The server has reached its incoming connection limit Error

Post by sanjeevji »

What is the support level on RCFProto now? I have seen many queries unanswered for long time.

Post Reply