-
Concurrent user request issues for sequential processing of processes
Although we know it as the best solution in the financial or IoT field, we have identified an issue where the process is basically sequential and a single process can handle only one request at the same time.
If you have checked the documentation for load balancing or query routing, but each of the distributed processes is waiting for a response, it is the same that many requests cannot be processed simultaneously.
I want to know how many processes are designed to work in a case that actually operates reliably. In general, please include the minimum specifications of the server according to the amount of data.
Log in to reply.