index.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  7. <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
  8. <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
  9. <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
  10. <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
  11. <!--[if lt IE 9]>
  12. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  13. <![endif]-->
  14. <title>Corosync by corosync</title>
  15. </head>
  16. <body>
  17. <header>
  18. <div class="inner">
  19. <h1>Corosync</h1>
  20. <h2>The Corosync Cluster Engine</h2>
  21. <a href="https://github.com/corosync/corosync" class="button"><small>View project on</small>GitHub</a>
  22. </div>
  23. </header>
  24. <div id="content-wrapper">
  25. <div class="inner clearfix">
  26. <section id="main-content">
  27. <h3>Welcome</h3>
  28. <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>
  29. <ul>
  30. <li>A closed process group communication model with extended virtual synchrony guarantees for creating replicated state machines.</li>
  31. <li>A simple availability manager that restarts the application process when it has failed.</li>
  32. <li>A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information.</li>
  33. <li>A quorum system that notifies applications when quorum is achieved or lost.</li>
  34. </ul><p>Our project is used as a High Availability framework by projects such as
  35. <a href="https://clusterlabs.org/pacemaker/">Pacemaker</a> and
  36. <a href="https://wiki.asterisk.org/wiki/display/AST/Corosync">Asterisk</a>.</p>
  37. <p>We are always looking for developers or users interested in clustering or participating in our project.</p>
  38. <p>The project is hosted by <a href="https://github.com/corosync">GitHub</a>.</p>
  39. <h3>Corosync Downloads</h3>
  40. <p>Are provided by <a href="https://github.com/corosync/corosync/releases">GitHub releases</a>.</p>
  41. <h3>Support</h3>
  42. <p>Please see the <a href="https://github.com/corosync/corosync/wiki">wiki</a> for more information.</p>
  43. <h3>Corosync Quality</h3>
  44. <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>
  45. <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>
  46. </section>
  47. <aside id="sidebar">
  48. <a href="https://github.com/corosync/corosync/releases/download/v3.1.7/corosync-3.1.7.tar.gz" class="button">
  49. <small>Download latest stable</small>
  50. camelback release <small>3.1.7</small>
  51. </a>
  52. <p class="repo-owner"><a href="https://github.com/corosync/corosync"></a> is maintained by <a href="https://github.com/corosync">corosync</a>.</p>
  53. <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>
  54. </aside>
  55. </div>
  56. </div>
  57. </body>
  58. </html>