|
|
|
|
|
by aphyr
4842 days ago
|
|
In the limit of many concurrent processes, yes, this does converge. However, not even concurrent servers have truly independent response times: unbalanced load will slow down a server. Balanced routing is almost always more optimal, if you can pay the cost of maintaining that state. The problem is only aggravated by servers which can only do one thing at a time. do you have any proof/calculations? Sure. http://aphyr.com/posts/278-timelike-2-everything-fails-all-t... |
|