[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
On 05/07/2019 07:14, Rich wrote:
Clusters are more about resilience. i.e. a member of a cluster could die, yet the load could still be shared across other members of the cluster. You can share the load and get more overall performance by adding cluster members, but if your task cannot be broken down into multiple distinct and independent sub-tasks then you will not see any performance increase for a task such as browsing. Tasks such as Video transcoding, bitcoin mining and such are
examples of tasks that can be broken into different independent
subtasks and are good candidates for running on a cluster. Tasks
such as web browsing are not, although if you have 100 users
wanting to web-browse, then you could achieve that on a cluster of
systems to provide resilience and load-balancing. |
-- The Mailing List for the Devon & Cornwall LUG https://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/listfaq