Home > Back-end >  Delphi clientsocket and serverclient communication
Delphi clientsocket and serverclient communication

Time:10-18

In Delphi socketconnection three-tier architecture, the client have socketconnection and clientsocket controls at the time of application startup, clientsocket take the initiative to send a command to the server, but the server did not receive, send commands can be normal after received, what reason be
Only for the first time sending the serversocket server when receiving less than, after the normal
The same socket, I specifically to create a new server and client, receiving was completely normal
Who can provide some ideas

CodePudding user response:

Three layer with RO, than TServerSocket by spectrum and high performance,

CodePudding user response:

I am using TCP
  • Related