Name: Anonymous 2009-09-16 19:49
Here is a question for all you FIOC/UNIX experts out there.
I have a socket connection to a server, and periodically the socket gets disconnected. Do I sleep for a period of time and then retry opening the socket or is there a better strategy? Is it best to close the dead socket and recreate a socket object in FICO or can you reuse the old socket by just reconnecting it?
I have a socket connection to a server, and periodically the socket gets disconnected. Do I sleep for a period of time and then retry opening the socket or is there a better strategy? Is it best to close the dead socket and recreate a socket object in FICO or can you reuse the old socket by just reconnecting it?