There is a server with a white ip. Clients will connect to it via the Internet. After the client connects, a listening thread is created for this client and expects commands from the client. How to make so that the server could send any command to the client if you consider that the thread is waiting. Is it possible to send another server through a client socket on the server or create a connection to the client as to the server?
- TCP protocol
- TSocket from the WinSock module
- At the same time 20 - 30 customers
- Delphi XE 3 Development Environment