x***y 发帖数: 633 | 1 I have a cluster of several hundreds of machines and each machine can only
run one task at any time point.Basically, the clients can send tasks to the
cluster (no central master server, so I guess I need to use zookeeper here?)
and those tasks will be assigned to the machines in order of arriving time.
If one machine goes down during the execution of one task, that task will
be assigned to another machine.
Is there any open source project that just fits the problem? Thanks a lot. | s**x 发帖数: 7506 | 2 I think you just need a simple load balancer, you can google open source
load balancer. | l****t 发帖数: 228 | |
|