将分布式系统开发为网格

时间:2021-03-16 03:41:21

Has anyone had experience with developing a distributed system as a grid?

有没有人有开发分布式系统作为网格的经验?

By grid, I mean, a distributed system where all nodes are identical and there is no central management, database etc.

通过网格,我的意思是,一个分布式系统,所有节点都是相同的,没有*管理,数据库等。

How can the grid achieve even distribution of: CPU, Memory, Disk, Bandwidth etc.?

网格如何实现均匀分布:CPU,内存,磁盘,带宽等?

2 个解决方案

#1


2  

Something akin to Plan9 perhaps?

也许类似于Plan9的东西?

wikipedia entry.

#2


0  

What you're actually talking about is a cluster. There is a lot of software available for load balancing etc, even specific linux distros such as Rocks, which comes complete with MPI/PVM and monitoring tools built in.

你实际谈论的是一个集群。有许多软件可用于负载平衡等,甚至特定的Linux发行版,如Rocks,它配有MPI / PVM和内置的监控工具。

#1


2  

Something akin to Plan9 perhaps?

也许类似于Plan9的东西?

wikipedia entry.

#2


0  

What you're actually talking about is a cluster. There is a lot of software available for load balancing etc, even specific linux distros such as Rocks, which comes complete with MPI/PVM and monitoring tools built in.

你实际谈论的是一个集群。有许多软件可用于负载平衡等,甚至特定的Linux发行版,如Rocks,它配有MPI / PVM和内置的监控工具。