Search found 8 matches

by sanjeevji
Sun Feb 18, 2018 6:49 pm
Forum: Support - RCFProto
Topic: The server has reached its incoming connection limit Error
Replies: 1
Views: 14244

Re: The server has reached its incoming connection limit Error

What is the support level on RCFProto now? I have seen many queries unanswered for long time.
by sanjeevji
Fri Jan 12, 2018 6:48 pm
Forum: Support - RCFProto
Topic: The server has reached its incoming connection limit Error
Replies: 1
Views: 14244

The server has reached its incoming connection limit Error

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 re...
by sanjeevji
Sun Mar 26, 2017 2:06 pm
Forum: Support - RCFProto
Topic: Client-side message length error
Replies: 5
Views: 12922

Re: Client-side message length error

I am also facing the same issue. Any way to resolve it?

Regards

-Sanjeev
by sanjeevji
Thu Feb 23, 2017 6:59 pm
Forum: Support - RCFProto
Topic: Compatibily with protobuf version 2.5 and 3.0
Replies: 2
Views: 8576

Compatibily with protobuf version 2.5 and 3.0

Hello,

Is the RCFProto 1.2.0.0 compatible with the latest protobuf version 2.5 and 3.0?

Thanks

-Sanjeev
by sanjeevji
Wed Feb 22, 2017 7:01 pm
Forum: Support - RCFProto
Topic: Async RCFProto Example
Replies: 3
Views: 9978

Re: Async RCFProto Example

We tried this,but it threw unhandled exception.
by sanjeevji
Mon Feb 20, 2017 3:25 pm
Forum: Support - RCFProto
Topic: Async RCFProto Example
Replies: 3
Views: 9978

Re: Async RCFProto Example

We are trying to implement similar to

http://www.deltavsoft.com/doc/rcf_user_ ... Calls.html
by sanjeevji
Fri Feb 17, 2017 5:45 pm
Forum: Support - RCFProto
Topic: Async RCFProto Example
Replies: 3
Views: 9978

Async RCFProto Example

Hi, We are trying to implemented RCFProto Server with Async clients. Currently help document has only client specific implementation. What changes are required on the server side to implement an async client calling. Also how can the server preserver callback handle of a client so that it can be cal...