index.html 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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 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 Apache Qpid and Pacemaker.</p>
  35. <p>We are always looking for developers or users interested in clustering or participating in our project.</p>
  36. <p>The project is hosted by <a href="https://github.com/corosync">GitHub</a>.</p>
  37. <h3>Corosync Downloads</h3>
  38. <p>Are provided by <a href="http://build.clusterlabs.org/corosync/releases/">clusterlabs.org</a>.</p>
  39. <h3>Support</h3>
  40. <p>Please see the <a href="https://github.com/corosync/corosync/wiki">wiki</a> for more information.</p>
  41. <h3>Corosync Quality</h3>
  42. <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>
  43. <p>Our <a href="http://build.clusterlabs.org:8011">automated build and test infrastructure</a> is provided by <a href="http://trac.buildbot.net/">buildbot</a>, <a href="https://github.com/fabbione/cbox">cbox</a>, Pacemaker's CTS, and our own Corosync specific CTS test cases.</p>
  44. </section>
  45. <aside id="sidebar">
  46. <a href="http://build.clusterlabs.org/corosync/releases/corosync-2.4.4.tar.gz" class="button">
  47. <small>Download latest stable</small>
  48. needle release <small>2.4.4</small>
  49. </a>
  50. <a href="http://build.clusterlabs.org/corosync/releases/corosync-1.4.9.tar.gz" class="button">
  51. <small>Download latest stable</small>
  52. flatiron release <small>1.4.9</small>
  53. </a>
  54. <a href="http://build.clusterlabs.org/corosync/releases/corosync-2.99.1.tar.gz" class="button">
  55. <small>Download latest testing</small>
  56. camelback release <small>2.99.1 - Alpha2</small>
  57. </a>
  58. <p class="repo-owner"><a href="https://github.com/corosync/corosync"></a> is maintained by <a href="https://github.com/corosync">corosync</a>.</p>
  59. <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>
  60. </aside>
  61. </div>
  62. </div>
  63. </body>
  64. </html>