Home › Forums › Support › Closed/closing connection strategy › Reply To: Closed/closing connection strategy
February 14, 2014 at 13:10
#2263
Anonymous
Inactive
Is using TCPConnection.GetConnection at every call going to slow down my application? Is it thread safe?
On the client side, if I use AppendShutdownHandler to get my connection when necessary is it going to have the same result as always getting the connection?
So on the server side there is ConnectionCloseHandler. On which case should that be triggered? Once I start listening, is there a chance that the server stops by itself? If so, do I restart it in a new port?