| 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 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 Apache Qpid and Pacemaker.</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/downloads">GitHub download service</a>.</p>
- <h3>Support</h3>
- <p>Please see <a href="https://github.com/corosync/corosync/wiki">Wiki</a> for more informations.</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="http://www.corosync.org:8010">automated build and test infrastructure</a> is provided by <a href="http://trac.buildbot.net/">buildbot</a>, <a href="fabbione/cbox">cbox</a>, Pacemaker's CTS, and our own Corosync specific CTS test cases.</p>
- </section>
- <aside id="sidebar">
- <a href="https://github.com/corosync/corosync/zipball/master" class="button">
- <small>Download</small>
- .zip file
- </a>
- <a href="https://github.com/corosync/corosync/tarball/master" class="button">
- <small>Download</small>
- .tar.gz file
- </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="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>
|