<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I am using the .NET client for an internal application. Not using
    WCF at all, but direct RabbitMQ classes. Application is RPC based
    (99%) and an ECHO call takes minimum 10ms, average 16ms, including
    the full turn: connecting, marshalling data to echo, sending
    request, unmarshalling request, copying data to reply, marshalling
    data, sending reply, unmarshalling data, comparing data to original
    buffer.<br>
    <br>
    On 25/04/2011 11.51, Shlomo Kraus wrote:
    <blockquote
      cite="mid:BANLkTi=JfzOpaP5q1-pcGXek0ZQ3nugK5g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hello,</div>
        <div><br>
        </div>
        <div>I am looking into RabbitMQ for a large scale&nbsp;distribution
          &nbsp;service of financial market data that may handle thousands of
          messages and more per sec, coming out of a CEP engine
          (NEsper).&nbsp;</div>
        <div>I am using C# for development and will deploy on Windows
          AWS, (although the RabbitMQ will probably sits on its own
          linux instance).</div>
        <div><br>
        </div>
        <div>RabbitMQ seems very powerfull by itself, but I am worried
          about the .net interface which uses WCF to communicate with
          the server for pushing data into stream.&nbsp;</div>
        <div><br>
        </div>
        <div>Doesn't WCF perform as a bottleneck here? Why not use a low
          level approach as raw sockets for that matter? &nbsp;</div>
        <div>And if ther server is on the same machine as the data
          producer, why not use some other local interface?</div>
        <div><br>
        </div>
        <div>ps, I am new to RabbitMQ so please excuse me if
          I&nbsp;misunderstood&nbsp;the operation</div>
        <div><br>
        </div>
        <div>Thank you all</div>
        <div>Sol</div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rabbitmq-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a>
<a class="moz-txt-link-freetext" href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a>
</pre>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <img src="cid:part1.01010802.04050101@fitb.eu" border="0"></div>
  </body>
</html>