GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CPG_OVERVIEW(8) Corosync Cluster Engine Programmer's Manual CPG_OVERVIEW(8)

cpg_overview - CPG library overview

The CPG library is delivered with the corosync project. This library is used to create distributed applications that operate properly during cluster partitions, merges, and faults.

The library provides a mechanism to:

* handle abstraction for multiple instances of a CPG library in one application

* join one or more groups

* leave one or more groups

* Deliver messages to members of that group

* Deliver configuration changes

* Iterate members of groups

If encryption is enabled in corosync.conf, the CPG library will encrypt and authenticate message contents. Applications must run as the ais user to be validated by corosync on IPC connection, otherwise they will be unable to access the corosync services.

cpg_overview(8), cpg_initialize(3), cpg_finalize(3), cpg_fd_get(3), cpg_dispatch(3), cpg_join(3), cpg_leave(3), cpg_mcast_joined(3), cpg_model_initialize(3), cpg_membership_get(3), cpg_zcb_alloc(3), cpg_zcb_free(3), cpg_zcb_mcast_joined(3), cpg_context_get(3), cpg_context_set(3), cpg_local_get(3), cpg_iteration_initialize(3), cpg_iteration_next(3), cpg_iteration_finalize(3)
2009-4-15 corosync Man Page

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.