Tagged Questions
0
votes
0answers
84 views
Searching for a multi-OS High Availability software in c++ [closed]
I'm looking to create a heartbeat / failover / overall High Availability program.
The end-game will be which, once run, will be able to present me in some GUI the status of all the computers in the ...
0
votes
0answers
321 views
JGroups v/s Shoal - which to choose for reliable heartbeat implementation in a cluster?
I am currently evaluating java libraries/toolkits for reliable heartbeat implementation among nodes in a small cluster (2-3 machines). My intention is to implement a framework to ensure high ...
11
votes
6answers
4k views
ZooKeeper alternatives? (cluster coordination service)
ZooKeeper is a highly available coordination service for data centers. It originated in the Hadoop project. One can implement locking, fail over, leader election, group membership and other ...
5
votes
1answer
3k views
Linux HA / cluster: what are the differences between Pacemaker, Heartbeat, Corosync, wackamole? [closed]
Can you help me understand Linux HA?
Pacemaker, Heartbeat, Corosync seem to be part of a whole HA stack, but how do they fit together?
How does wackamole differ from Pacemaker/Heartbeat/Corosync? ...
0
votes
1answer
722 views
Customize WebLogic's heartbeat message
I'm currently developing a system to ensure high performance, availability and scalability; fail-over and crash recovery on a WebLogic integration scenario.
Does anybody know if it is possible to ...