Hacker News new | ask | show | jobs
by rurounijones 4859 days ago
I have always wondered why servers don't have wireless adapters for cluster heartbeats / elections / fencing etc.

With heartbeating etc. you want the minimal number of moving parts required (minimal chance of failuer).

The heartbeat is not high traffic and can be picked up by all servers in a cluster without worring about network faults.

Seems like a win-win, but then I am not a data-center expert.

1 comments

Fate-sharing is one good reason. There are probably more.