-
I'm making an application that talks to clients on 120 pcs. The clients sit and listen on port 5555 until the server contacts them. The problem I'm seeing is that I can make the connection, the client accepts and it's state becomes 7, but then the server state stays on 6 indefinatly. The server is using an array of 120 winsock controls.
-
Use API
When you are using the Winsock ActiveX component in an array, basic runs through the whole array, every time, you check one of the array elements properties. I recommend you to use the API calls for the winsock system, it will work much faster by the way ;-)