Tagged Questions
0
votes
2answers
815 views
Indy 10 + Delphi Client-Server App Eats up all CPU
I wrote a small client-server application that runs on two or more distinct machines for reboot / shutdown purposes. Since I'm relatively new to client-server apps, I took the About Delphi approach ...
7
votes
6answers
6k views
Indy TCP Client/Server with the client acting as a server
How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario:
Client ---------- initate connection -----------> Server
...
Client <---------------command------------------- ...
1
vote
2answers
1k views
Indy 10 TCPServer does not communicate with connected clients on Linux
I have a problem that is driving me up the wall. I am trying to port the server side of an Indy 10 client/server application on Windows to Linux to save costs. The application was originally developed ...