The optimization object is to minimize components' average queueingtime in the system.
优化目标是零件在系统中平均排队时间最短。
2
In the example above, the average request time ends up being over 1.1 seconds once you factor in the queueingtime and the 25ms processing time.
在上面的示例中,考虑到排队时间和25 ms的处理时间,平均请求服务时间最终会超过1.1秒。
3
In any system where work is queuing up, the response time of the system is likely to be dominated by the queueingtime, rather than any garbage collection pauses.