You send it to the queue and let the load-balancer decide which server picks it up and handles it as a transaction.
(That’s from server-side software development and it would be talking about some kind of message with a comand or data being sent to a system with multiple computers handling such messages, typical in high-performance stuff that has to deal with hundreds of thousands of such requests per minute)
You send it to the queue and let the load-balancer decide which server picks it up and handles it as a transaction.
(That’s from server-side software development and it would be talking about some kind of message with a comand or data being sent to a system with multiple computers handling such messages, typical in high-performance stuff that has to deal with hundreds of thousands of such requests per minute)