<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 08/13/2012 10:59 AM, Jai Gupta wrote:
    <blockquote
cite="mid:CALoQg7y613pkR2w39dQ0DgWEFnDmqfHGpaXJg-B9CEP8mWSCmg@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=ISO-8859-1">
      <br>
      <div>
        <blockquote>
          Here's the answer to your question on SockJS mailing list:<br>
          <br>
            <a moz-do-not-send="true"
            href="https://groups.google.com/d/msg/sockjs/m5UtBVcmJ_g/0M92khnAGmgJ">https://groups.google.com/d/msg/sockjs/m5UtBVcmJ_g/0M92khnAGmgJ</a></blockquote>
        <div><br>
          Thank you Marek for your detailed answer.<br>
          <br>
          Both Sock.js and Cowboy are great projects and it was good
          experience of having opportunity of using them.<br>
          <br>
          I am trying to write some reasons so that you and can give
          your suggestions.<br>
          <ul>
            <li>We aim to build a benchmarking client for performance
              analysis. This tool should be able to perform all sorts of
              actives that any user might do. Both, with SockJS &
              Cowboy do not have a client which I could use. SocketIO
              had a client which could be used in Node.js. However,
              SocketIO port of Erlang is looking as if it is not in
              active development.</li>
            <li>Coming from C++/PHP background Erlang language is
              looking difficult. Working on Node.js was natural but
              performance of Node.js is not good. In our benchmark
              Node.js was performing 40k msg/sec using SockJS module and
              around 60k msg/sec when using ZeroMQ. Even PHP gives 400K
              msg/sec with ZeroMQ (although it has <a
                moz-do-not-send="true"
                href="https://github.com/mkoppanen/php-zmq/issues/64">leaking
                memory</a>).</li>
          </ul>
          <p>We are trying some basic prototype on other languages.<br>
          </p>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    It is much better if you use <a class="moz-txt-link-freetext" href="https://github.com/zeromq/erlzmq2">https://github.com/zeromq/erlzmq2</a> for
    Erlang<->ZeroMQ integration.<br>
    <br>
  </body>
</html>