In nearly every server application, the question of thread pools and work queues comes up.
几乎在每个服务器应用程序中都会出现线程池和工作队列问题。
To achieve a high transaction throughput rate, it may be necessary to consider the distribution of work between queues, queue managers, and application server instances.
要获得高的事务吞吐量率,可能需要考虑在队列、队列管理器和应用程序服务器实例之间分配工作。
Client response times are not always an indicator that the server is near saturation, because work is buffered in the server queues.
客户端响应时间并不总能反映服务器已接近饱和,因为负载在服务器队列中得到缓冲。
应用推荐