Page 1 of 1

TCP connect time

Posted: Fri Jan 23, 2009 7:41 am
by seulater
i am making a new project that will require me to create a TCP connection from a master NB module to a slave NB module. Just curious if its OK to have a 24/7 TCP open connection.

Re: TCP connect time

Posted: Fri Jan 23, 2009 10:50 am
by lgitlitz
A 24/7 TCP open connection should be fine but I suggest adding in a "heart beat" to the connection. This will allow you to detect if the connection is dropped.

Re: TCP connect time

Posted: Fri Jan 23, 2009 11:26 am
by seulater
Thanks, i already have that in place. every minute i send a "are you there" request if you will.