<div class="gmail_quote">2011/5/30 Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@dev-extend.eu">essen@dev-extend.eu</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Roberto,<br>
<br>
Irregardless of this, AFAIK you are using lists for headers and<br>
websocket data. This test doesn't send huge websocket data so it's<br>
probably the headers of all the open connections, kept in your websocket<br>
loops, that take a lot more space than for cowboy.<br></blockquote><div><br>hi loic,<br><br>side note first: this is why i enjoy these tests, they push all of us to do better :)<br><br>afaik, taken from the efficiency guide:<br>
<br>Data type     Memory size<br>List     1 word + 1 word per element + the size of each element<br>Binary     3..6 + data (can be shared)<br><br>so you've probably hit the spot.<br><br>it's some time now i'm thinking to add the 'binary' option in misultin, this could be the perfect reason to do so.<br>
<br><br><div class="gmail_quote">2011/5/30 Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@dev-extend.eu">essen@dev-extend.eu</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
Also all R*A releases are unstable and should not be used for any<br>
serious work. Debian made a very bad choice there by including it in<br>
stable instead of an actual stable version.<br>
<br>
</blockquote><div><br>
couldn't agree more. erlang being packaged as stable in debian was the exact same reason that brought my client to have it installed in her system in the first place.<br><br>r.<br>
</div></div><br></div></div>