|
In the local area network, there are currently three clients (for development and testing) at most nine, long connection, large amount of data, fixed packet structure but variable length, D7+SERVERSOCKET and CLIENTSOCKET server and client are asynchronous.
Process: The client may generate data at any time. After the data is generated, it is uploaded to the server, and the server parses and writes the library after receiving it (the maximum time is no more than 1 second). Then issue a processing completion notification. The client continues to upload after receiving it.
The problem now is that after running for a period of time (one to two hours, or maybe three hours), there will be problems, or the service cannot receive the data uploaded by the client, or the client cannot receive the processing of the server. Complete notification. Do not know what's going on? |
|