Hi
I am having a problem with the kylix version of ICS at the moment. It is
a console tcp/ip server app running on linux. It accepts connection from
clients and sends data to each of the clients.

The problem is when I start the Server listening with the Socket.Listencommand.
It doesn't start Listening straight away, it takes sometimes up to 15
seconds to actually start listening for connection.

When i do a netstat -a when its in this state, there are client processes
trying to connect to the listener in TIME_WAIT state, which I think is the
problem, probably when these connections timeout is when the Listener start
listening. But this should not be the case and isn't normally the case with
sockets as far as I know. It certainly isn't this way using TWSocket on
Windows.

Any Ideas would be appreciated.

Pete
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to