malgreve.net
T-SQL Weighted Round Robin Algorithm
In a previous post I was discussing of ways to load balance MSMQ messages to a group of servers by implementing a Weighted Round Robin Algorithm in a software module. I chose to implement the load balancing feature in the database for 2 main reasons: The application is heavily database driven; stored procedures have to … Continue reading "T-SQL Weighted Round Robin Algorithm"