Search found 6 matches

by Jeremy Viehland
Tue Dec 11, 2018 6:30 pm
Forum: Support - RCF
Topic: Multiple outstanding calls using Asynchronous RCF?
Replies: 6
Views: 14554

Re: Multiple outstanding calls using Asynchronous RCF?

Jarl,

Thank you! Looking forward to the next release! :-)

-Jeremy
by Jeremy Viehland
Fri Dec 07, 2018 3:18 pm
Forum: Support - RCF
Topic: Multiple outstanding calls using Asynchronous RCF?
Replies: 6
Views: 14554

Re: Multiple outstanding calls using Asynchronous RCF?

Jarl, Could I add another request to that? (There's no point in requesting a feature without nailing down the requirements.) There is another unit test that would greatly reduce the amount of refactoring that we would require in order to take advantage of the proposed multiple outstanding asynchrono...
by Jeremy Viehland
Wed Dec 05, 2018 2:22 pm
Forum: Support - RCF
Topic: Multiple outstanding calls using Asynchronous RCF?
Replies: 6
Views: 14554

Re: Multiple outstanding calls using Asynchronous RCF?

Jarl, Before choosing to abandon RCF, would you be able to comment on the technical feasibility of implementing multiple asynchronous calls on a single RcfClient / TCP connection? We have a terrible hack that we've had to implement to work around this lack of this feature. In order to implement serv...
by Jeremy Viehland
Tue May 24, 2016 7:11 pm
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27453

Re: receive SIGABRT

I'm seeing what appears to be the same problem. For me, the problem occurs when an RCF (2.0.1.101) client makes a synchronous call to the server which times out after connecting (see onConnectCompleted in the stack trace). In RCF::ClientStub::beginSend(), `timeoutMs' is computed by a call to `genera...
by Jeremy Viehland
Fri Jun 27, 2014 6:14 pm
Forum: Support - RCF
Topic: requestTransportFilters backwards compatibility
Replies: 2
Views: 4434

Re: requestTransportFilters backwards compatibility

Thank you for your quick response! I have made the modification you suggested and will back-out our hack and retest.
by Jeremy Viehland
Mon Jun 23, 2014 5:53 pm
Forum: Support - RCF
Topic: requestTransportFilters backwards compatibility
Replies: 2
Views: 4434

requestTransportFilters backwards compatibility

Hi, I've had to make the following hackish change to RCF-2.0.1.100 in order to establish a custom filter with an RCF-1.3 server: ------------------------------------------------------------- diff -r 51a401701931 rcf/src/RCF/ClientStub.cpp --- a/rcf/src/RCF/ClientStub.cpp Mon Jun 23 13:34:27 2014 -04...