Home > Back-end >  Everybody is good, I have a question about DATASNAP parallel
Everybody is good, I have a question about DATASNAP parallel

Time:09-15

To try using TCP, REST, when executed in parallel a same function will appear the ERROR I/O 32, excuse me what method to solve?

I set up the server and the client then set up in 100 at the same time, using thread once every 3 seconds to take data, then made a mistake

CodePudding user response:

I understand that you are to set up a server, one of the function of client calls,
Then open 100 client connection, each client has a thread once every 3 seconds call server function data,

So, it is estimated that your problem is the processing of the function of the server, you need to check your server part is how to design,
  • Related