Hello What is the implication on the TCP control of disconnecting and connecting using the same TWSocket object? what I mean is that:
FSocket.Disconnect; FSocket.Addr := 'x.x.x.x'; FSocket.Port := '80'; FSocket.Connect; What is the implication of doing that on sequence?? I ask that because we are having some problems with the server machines (Server is not ICS), apparently it keeps the connection on it´s memory and after a lot of connections and disconnections it stop working (The host device) because it has a lot of "half-closed" connections. This is the right way of reconnecting? If not, what should be the best? Try to reconnect on the OnSessionClosed? Thanks! Éric -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be