Search found 5 matches
- Fri Mar 10, 2017 9:45 pm
- Forum: Support - RCF
- Topic: Defending against non-RCF TCP traffic
- Replies: 1
- Views: 13337
Defending against non-RCF TCP traffic
I came across the thread titled "Hung Connections" that discusses setting server session timeouts in order to clean up idle sessions. I was wondering if RCF has any built-in capability to defend against active TCP connections that continually send non-RCF traffic (or are those considered to be "idle...
- Mon Apr 14, 2014 6:10 pm
- Forum: Support - RCF
- Topic: RCF_AUTO_INIT_DEINIT hang
- Replies: 1
- Views: 6927
RCF_AUTO_INIT_DEINIT hang
This may be related to the post "High CPU load due to RCF AMI thread". That thread referenced a potential fix, but I did not see any code available to try. I have compiled RCF into a static library that was built with RCF_AUTO_INIT_DEINIT defined. I then linked this library into a Windows DLL. When ...
- Mon Mar 31, 2014 1:43 pm
- Forum: Support - RCF
- Topic: Static linking of Openssl Libraries
- Replies: 3
- Views: 7088
Re: Static linking of Openssl Libraries
Thanks. Do you have a date scheduled for the next release?
- Mike
- Mike
- Tue Mar 11, 2014 2:01 pm
- Forum: Support - RCF
- Topic: Static linking of Openssl Libraries
- Replies: 3
- Views: 7088
Static linking of Openssl Libraries
Is there a solution available for statically linking the Openssl libraries?
- Tue Mar 11, 2014 1:58 pm
- Forum: Support - RCF
- Topic: User Defined Filters in RCF 2.0.XXXX
- Replies: 1
- Views: 5061
User Defined Filters in RCF 2.0.XXXX
We are upgrading from RCF 1.3 to RCF 2.0.XXXX. We were using a user defined filter, but it appears that the RcfServer::addService() call is now private and there is no public access to RcfServer::FilterServicePtr. I don't see anything in the documentation about user defined filters, so has this func...