| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset='utf-8'>
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
- <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
- <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <title>Corosync by corosync</title>
- </head>
- <body>
- <header>
- <div class="inner">
- <h1>Corosync</h1>
- <h2>The Corosync Cluster Engine</h2>
- <a href="https://github.com/corosync/corosync" class="button"><small>View project on</small>GitHub</a>
- </div>
- </header>
- <div id="content-wrapper">
- <div class="inner clearfix">
- <section id="main-content">
- <h3>Welcome</h3>
- <p>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:</p>
- <ul>
- <li>A closed process group communication model with extended virtual synchrony guarantees for creating replicated state machines.</li>
- <li>A simple availability manager that restarts the application process when it has failed.</li>
- <li>A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information.</li>
- <li>A quorum system that notifies applications when quorum is achieved or lost.</li>
- </ul><p>Our project is used as a High Availability framework by projects such as
- <a href="https://clusterlabs.org/pacemaker/">Pacemaker</a> and
- <a href="https://wiki.asterisk.org/wiki/display/AST/Corosync">Asterisk</a>.</p>
- <p>We are always looking for developers or users interested in clustering or participating in our project.</p>
- <p>The project is hosted by <a href="https://github.com/corosync">GitHub</a>.</p>
- <h3>Corosync Downloads</h3>
- <p>Are provided by <a href="https://github.com/corosync/corosync/releases">GitHub releases</a>.</p>
- <h3>Support</h3>
- <p>Please see the <a href="https://github.com/corosync/corosync/wiki">wiki</a> for more information.</p>
- <h3>Corosync Quality</h3>
- <p>Our project relies on a good mix of talented fresh engineering experience coupled experienced engineers to make great quality software. We validate our software using a test suite which runs on each commit of the tree.</p>
- <p>Our <a href="https://ci.kronosnet.org/">automated build and test infrastructure</a> is provided by <a href="https://jenkins.io/">Jenkins</a></p>
- </section>
- <aside id="sidebar">
- <a href="https://github.com/corosync/corosync/releases/download/v3.0.1/corosync-3.0.1.tar.gz" class="button">
- <small>Download latest stable</small>
- camelback release <small>3.0.1</small>
- </a>
- <a href="https://github.com/corosync/corosync/releases/download/v2.4.4/corosync-2.4.4.tar.gz" class="button">
- <small>Download latest stable</small>
- needle release <small>2.4.4</small>
- </a>
- <p class="repo-owner"><a href="https://github.com/corosync/corosync"></a> is maintained by <a href="https://github.com/corosync">corosync</a>.</p>
- <p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.</p>
- </aside>
- </div>
- </div>
- </body>
- </html>
|