Search found 7 matches

by pedro
Wed Jul 18, 2018 10:09 am
Forum: Support - RCF
Topic: Boost 1.65 and RCF 2.2.0.0
Replies: 1
Views: 7847

Boost 1.65 and RCF 2.2.0.0

Hello,

Do you know if boost 1.65 (ubuntu 1804 default's version) and RCF 2.2.0.0 are compatible?

Thanks.
by pedro
Mon Jul 16, 2018 8:42 am
Forum: Support - RCF
Topic: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100
Replies: 7
Views: 13911

Re: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100

Hello, Don't worry for the late response, I was just afraid to never get a response :) It works on the version RCF-2.0.1.100. I will try on the last one (3.0) to see if it works too. Not depending on boost would be great ^^ And if it works we will buy the upgrade ! I'll come back to tell you if it w...
by pedro
Fri Jul 06, 2018 1:25 pm
Forum: Support - RCF
Topic: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100
Replies: 7
Views: 13911

Re: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100

It comes from the publisher/subscriber part. But I can't tell why it was working before and not now. I am now pretty sure this is the cause =>"Publish/subscribe - published messages are now sent asynchronously and concurrently on all subscriber connections." It's hard to know what change cause this ...
by pedro
Fri Jul 06, 2018 9:23 am
Forum: Support - RCF
Topic: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100
Replies: 7
Views: 13911

Re: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100

I've switched to RCF::TcpEndpoint, and I have exactly the same error.
by pedro
Wed Jul 04, 2018 9:29 am
Forum: Support - RCF
Topic: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100
Replies: 7
Views: 13911

Re: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100

Enabling the logs I Can see this: Line 939: EXTERNAL/Src/RCF/ThreadPool.cpp(618): [Thread: 503297792][Time: 3151] ThreadPool - thread terminating. [Args: getThreadName()=RCF Server, ] Line 2979: EXTERNAL/Src/RCF/ThreadPool.cpp(618): [Thread: 503297792][Time: 12552] ThreadPool - thread terminating. [...
by pedro
Wed Jul 04, 2018 8:48 am
Forum: Support - RCF
Topic: RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100
Replies: 7
Views: 13911

RCF & Unix domain Socket between versions RCF-2.0.0.2685 and RCF-2.0.1.100

Hello, I'm using RCF and when I upgrade RCF from RCF-2.0.0.2685 to RCF-2.0.1.100 my application has problems working. It uses Unix Domain Sockets (UnixLocalEndpoint). It seems that one side sends data but the other side never receives it and falls in timeout. I'ts quite hard to debug because I didn'...