Re: [twsocket] Sender's IP in UDP

2008-08-27 Thread A.Shekar
Hi Angus, Thanks and Regards Shekar  -- 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

[twsocket] Sender's IP in UDP

2008-08-25 Thread A.Shekar
Hi, How can i get the IP/Port of the sender in UDP? Regards Shekar -- 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

Re: [twsocket] WSocketServer stops listening

2005-09-12 Thread A.Shekar
Hi Wilfried, I check socket state before every PutDataInSendBuffer and Send. Should i use try except end around these statements ? Why should client error result in listen stopping ? In TCustomWSocket.Connect, after SetLingerOption, the following code is present : optval := -1; iStatus :

Re: [twsocket] WSocketServer stops listening

2005-09-11 Thread A.Shekar
Hi Wilfried, The Server.OnError or Server.OnBGException are not triggered. It is the Client.OnError that is triggered. Where can i get the errorcode from ? regards Shekar   -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/t

Re: [twsocket] WSocketServer stops listening

2005-09-09 Thread A.Shekar
Hi Wilfried, The normal load is 40-60%. In Server BGException i set CanClose := False. Other info i can check on monday morning. regards Shekar   -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website

[twsocket] WSocketServer stops listening

2005-09-08 Thread A.Shekar
Hi, I have a program with WSocketServer. This Server just stops listening for new connections. I do a Server.Close and Server.Listen and then new connections start coming in. What could be the reason? Some info which might be useful to understand the situation. 1. 300 to 800 may be connected wh