mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
ce5d6d0b91
- add net/pacemaker2 (2.0.0-rc4) - net/corosync -> net/corosync2 (update to 2.4.4) - net/pacemaker -> net/pacemaker1 (update to 1.1.18) - add USES=corosync to deal with multiple versions PR: 228164, 228165 Submitted by: David Shane Holden <dpejesh@yahoo.com>
17 lines
792 B
Plaintext
17 lines
792 B
Plaintext
The Corosync Cluster Engine is a Group Communication System with additional
|
|
features for implementing high availability within applications. The project
|
|
provides four C Application Programming Interface features:
|
|
|
|
* A closed process group communication model with virtual synchrony guarantees
|
|
for creating replicated state machines.
|
|
* A simple availability manager that restarts the application process when it
|
|
has failed.
|
|
* A configuration and statistics in-memory database that provide the ability
|
|
to set, retrieve, and receive change notifications of information.
|
|
* A quorum system that notifies applications when quorum is achieved or lost.
|
|
|
|
Corosync is used as a High Availability framework by projects such as Apache
|
|
Qpid and Pacemaker.
|
|
|
|
WWW: https://corosync.github.io/corosync/
|