performance and scalability
生活随笔
收集整理的這篇文章主要介紹了
performance and scalability
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
就某種算法而言:
performance 性能,可能是某算法的預測(分類)精度、耗時等指標。
scalability 可伸縮性,即規模可調整。 應用程序應對負載改變的能力,比如,一個系統在服務器于100個users和10000個users時的性能差別,如果這種差別在可以接收范圍內,就說明這種系統可伸縮性強。或者系統的性能隨硬件條件的增加而同步增加,基本成比例增長。如一個服務器的響應時間是100ms,四個是25ms,當然這是理想情況。它有horizontal 和vertical之分,如cluster。
衡量某算法的scalability的時候,應該是指算法應對數據樣本劇增時的穩定性吧。
- Scalability
In some large-scale systems, it is hard to predict the number and behavior of end users. Scalability refers to a system’s ability to support fast increasing numbers of users. The intuitive way to scale up the number of concurrent sessions handled by a server is to add resources (memory, CPU or hard disk) to it. Clustering is an alternative way to resolve the scalability issue. It allows a group of servers to share the heavy tasks, and operate as a single server logically. from:http://hi.baidu.com/wmyqzq/blog/item/f62e398bf507201fc8fc7a00.html
總結
以上是生活随笔為你收集整理的performance and scalability的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: smartdraw 2008 成功安装
- 下一篇: 如何将SmartDraw中的图形导出LA