<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    Sorry, my mistake. The JGroups code can be found here: <a
      href="https://github.com/cloudtm/JGroups/tree/multicast">https://github.com/cloudtm/JGroups/tree/multicast</a>
    and an example config file can be found here: <a
      href="http://pastebin.com/Z46j3YJa">http://pastebin.com/Z46j3YJa</a><br>
    <br>
    Basically, It has two total order multicast protocols. The
    GROUP_MULTICAST has a cost of 3 communication steps (and less
    messages exchange) and the GROUP_MULTICAST4 has a cost of 2
    communication steps, but more messages exchange. This is only needed
    for distribution.<br>
    <br>
    Both the protocols don't support fault tolerance yet.<br>
    <br>
    For replication you must add the Sequencer in JGroups config file.<span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br>
    </span><br>
    If anyone has more questions, you can ask me.<br>
    <br>
    Cheers,<br>
    Pedro<br>
    <br>
    On 30-06-2011 23:17, Erik Salter wrote:
    <blockquote
cite="mid:78FB701974A9EB42AE5B6AA3AD2F000E1D26B2EA91@EXVMBX020-2.exch020.serverdata.net"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.apple-style-span
        {mso-style-name:apple-style-span;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">This
            may be a silly question, but where is the version of JGroups
            you&#8217;re using?<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Thanks,<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Erik<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #B5C4DF
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext">From:</span></b><span
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext">
                <a class="moz-txt-link-abbreviated" href="mailto:infinispan-dev-bounces@lists.jboss.org">infinispan-dev-bounces@lists.jboss.org</a>
                [<a class="moz-txt-link-freetext" href="mailto:infinispan-dev-bounces@lists.jboss.org">mailto:infinispan-dev-bounces@lists.jboss.org</a>]
                <b>On Behalf Of </b>Pedro Ruivo<br>
                <b>Sent:</b> Thursday, June 30, 2011 2:43 PM<br>
                <b>To:</b> infinispan -Dev List<br>
                <b>Subject:</b> [infinispan-dev] Total Order
                Replication/Distribution<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <div>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Hi,</span><span
              style="font-size:13.5pt"><br>
              <br>
            </span><span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Paolo
              has told me to send you the link for the total order
              replication/distribution schemes code. The code is on
              github here:
            </span><span style="font-size:13.5pt"><a
                moz-do-not-send="true"
href="https://github.com/cloudtm/infinispan/tree/total-order-replication"><span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">https://github.com/cloudtm/infinispan/tree/total-order-replication</span></a></span><span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">.</span><span
              style="font-size:13.5pt"><br>
              <br>
            </span><span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">A
              brief description and an initial evaluation is on cloudtm
              wiki. If you have any doubts, don&#8217;t hesitate to ask me.</span><span
              style="font-size:13.5pt"><br>
              <br>
            </span><span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Cheers</span><span
              style="font-size:13.5pt"><br>
            </span><span
style="font-size:11.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Pedro</span><span
              style="font-size:13.5pt"><o:p></o:p></span></p>
        </div>
      </div>
      <br>
      <hr>
      <font color="Black" face="Arial" size="2">The information
        contained in this message is legally privileged and
        confidential, and is intended for the individual or entity to
        whom it is addressed (or their designee). If this message is
        read by anyone other than the intended recipient, please be
        advised that distribution of this message, in any form, is
        strictly prohibited. If you have received this message in error,
        please notify the sender immediately and delete or destroy all
        copies of this message.<br>
      </font>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
infinispan-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/infinispan-dev">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a></pre>
    </blockquote>
  </body>
</html>