Defending against non-RCF TCP traffic

RCF support and general discussion.
Post Reply
miguelluis
Posts: 5
Joined: Tue Mar 11, 2014 1:47 pm

Defending against non-RCF TCP traffic

Post by miguelluis »

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" sessions)? We have noticed that several of our software deployments using an RCF server are accumulating TCP connections and eventually the software starts throwing the "The server has reached its incoming connection limit" exceptions. We still aren't sure what the nature of the traffic accumulating the connections is, but it may not be coming from our client software. I will be implementing the server session timeouts to see how that helps, but I'm wondering what happens if the connection is not completely idle since we don't seem to have visibility that this is taking place at the application level. If RCF does not have this capability, are there any recommended techniques to deal with it?

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: Defending against non-RCF TCP traffic

Post by jarl »

The idle timeouts should be sufficient to drop the connections you are seeing. The idle time is only reset if an actual RCF call is made, so it's unlikely that non-RCF traffic would be able to persist.
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply