<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello,</p>
    <p>Thanks for the answer.</p>
    <p>I ran the valgrind command but sadly I have no experience in
      valgrind and I have not found any good docs for it.</p>
    <p>To explain the output.</p>
    <p>I did once get a message about stack size in the main thread
      being to small from valgrind, so I moved most everything from the
      main thread into a startup thread.  The threads stacksize if 2mb.<br>
    </p>
    <p>But nopoll still crashed when I have created more than 16
      connection to a single web site.</p>
    <p>I have created a nopoll connection pool to be used by N number of
      other threads.</p>
    <p>I have attached a tar gzip of the output of gdb bt full and the
      valgrind output.</p>
    <p>Thanks</p>
    <p>Kelly<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 12/22/2016 12:42 PM, Francis Brosnan
      Blázquez wrote:<br>
    </div>
    <blockquote cite="mid:1482432127.14389.33.camel@aspl.es" type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="GENERATOR" content="GtkHTML/4.8.5">
      El jue, 22-12-2016 a las 07:16 -0600, Richard Wiles escribió:
      <blockquote type="CITE">
        <pre>Hello
</pre>
      </blockquote>
      <pre>
</pre>
      Hello Richard,<br>
      <br>
      <blockquote type="CITE">
        <pre>Is their a limit to number of connections?
</pre>
      </blockquote>
      <br>
      No, at least, conceptually. It is known to work with installations
      with<br>
      thousands of connections,<br>
      <br>
      <blockquote type="CITE">
        <pre>When I connect 16 times everything appears to work fine but if I connect 
17 or above I will get a segmentation fault nopoll_conn.c after a few 
nopoll_conn_send_text.
</pre>
      </blockquote>
      <pre>
</pre>
      Ok, looks like user land reference pointing to wonderland or
      something<br>
      similar.<br>
      <br>
      Try to run your test with valgrind to check why it is segfaulting:<br>
      <br>
      >> libtool --mode=execute valgrind --leak-check=no
      ./your-application<br>
      <br>
      That will give you hints why it is breaking. If you find a bug
      inside noPoll's engine,<br>
      please, come back,<br>
      <br>
      Best Regards,<br>
      <br>
      <br>
      <blockquote type="CITE">
        <pre>Thanks
_______________________________________________
noPoll mailing list
<a moz-do-not-send="true" href="mailto:noPoll@lists.aspl.es">noPoll@lists.aspl.es</a>
<a moz-do-not-send="true" href="http://lists.aspl.es/cgi-bin/mailman/listinfo/nopoll">http://lists.aspl.es/cgi-bin/mailman/listinfo/nopoll</a>
</pre>
      </blockquote>
      <br>
      <table cellpadding="0" cellspacing="0" width="100%">
        <tbody>
          <tr>
            <td>
              -- Francis Brosnan Blázquez - ASPL
              91 134 14 22 - 91 134 14 45 - 91 116 07 57
              <br>
              <br>
              <a moz-do-not-send="true" href="http://aspl.es">http://aspl.es</a>
              <a moz-do-not-send="true" href="http://asplhosting.com">http://asplhosting.com</a>
              <a moz-do-not-send="true"
                href="http://twitter.com/aspl_es">http://twitter.com/aspl_es</a>
              <a moz-do-not-send="true"
                href="http://twitter.com/asplhosting">http://twitter.com/asplhosting</a>
              <br>
              <br>
              AVISO LEGAL
              <br>
              <br>
              Este mensaje se dirige exclusivamente a su destinatario.
              Los datos
              incluidos en el presente correo son confidenciales y
              sometidos a secreto
              profesional, se prohíbe divulgarlos, en virtud de las
              leyes vigentes. Si
              usted no lo es y lo ha recibido por error o tiene
              conocimiento del mismo
              por cualquier motivo, le rogamos que nos lo comunique por
              este medio y
              proceda a destruirlo o borrarlo.
              <br>
              <br>
              En virtud de lo dispuesto en la Ley Orgánica 15/1999, de
              13 de
              diciembre, de Protección de Datos de Carácter Personal, le
              informamos de
              que sus datos de carácter personal, recogidos de fuentes
              accesibles al
              público o datos que usted nos ha facilitado previamente,
              proceden de
              bases de datos propiedad de Advanced Software Production
              Line, S.L.
              (ASPL). No obstante, usted puede ejercitar sus derechos de
              acceso,
              rectificación, cancelación y oposición dispuestos en la
              mencionada Ley
              Orgánica, notificándolo por escrito a:
              ASPL - Protección Datos, C/Antonio Suárez 10 A-102, 28802,
              Alcalá de
              Henares (Madrid).
              <br>
              <br>
            </td>
          </tr>
        </tbody>
      </table>
    </blockquote>
    <br>
  </body>
</html>