Solutionunvalidated
decorate a connection pool with a priority queue to avoid overloading the connection pool — When the connection pool usage goes above some critical level. Tension: start throttling requests and maybe even drop low priority requests from the queue all together.
be36bbf3-dbf9-4098-819a-77220bc4ba54
decorate a connection pool with a priority queue to avoid overloading the connection pool — When the connection pool usage goes above some critical level. Tension: start throttling requests and maybe even drop low priority requests from the queue all together.