Hi

I am using TwSocketServer in a service application that receives information from a POS Machine (using TCP) and I am having problems with the number of clients that shows WSocketServerEx.ClientCount. In some cases clientcount return more connections than the number of machines that I have connected to the service. I am saving the client list in txt file and it shows this;

[04/10/2006 17:24:09:296] --D Activa[0] IP [] PORT []
[04/10/2006 17:24:09:296] --D Activa[1] IP [] PORT []
[04/10/2006 17:24:09:296] --D Activa[2] IP [] PORT []
[04/10/2006 17:24:09:296] --D Activa[3] IP [10.10.10.237] PORT [2379]

What happen with the positions 0,1 and 2 that shows no port or ip??

I have found this exception 2 segs before the addition of a new 'empty´(no ip or port) connection and was capture in WSocketServerExBgException.

[04/10/2006 17:24:07:453] [ESocketException] Msg[Error 10038 in function Disconnect (closesocket)
Socket operation on non-socket]

Is there a relationship between this exception and the addition of the new empty connection? or I have to look for the error in another place.
Any help would be appreciated.

Thank you

Miguel Angel Cañas C.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

-- 
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