Difficult debugging problem

When the CPU is overloaded the message queues backup but if CPU usage is okay message queues stay mostly empty.

256 connections per service per cpu. So if you are talking to two services you’d have two pools each with 256 max_connections. Calls to each service use their own pool. We were only calling two services heavily so if you are calling more you may need to adjust a bit.