Dear Tony,<br><br>this is excellent news, I&#39;ll definitely give the new C client a try. This is just a pilot project, we have got big messaging needs, and I&#39;d like to explore the possibility of Database --&gt; Messaging workflows much further.<br>
<br>In regards to the TCP server, I don&#39;t claim to be an expert in such things but I am under the impression all sort of different resources consume file descriptors in POSIX systems, including sockets, and while a socket is in TIME_WAIT state a fd is still being used. (see e.g. <a href="http://judystak.tistory.com/136">http://judystak.tistory.com/136</a>)<br>
<br>by raising the nofile ulimit for the right users, I think I have gone past this problem and what happens now is that RabbitMQ crashes because all the undelivered messages are written to disk (for persistence) but the whole set stays in memory, which is eventually exhausted. I don&#39;t know if this is out of date information, but see <a href="http://www.nabble.com/RabbitMQ-memory-management-td19428592.html">http://www.nabble.com/RabbitMQ-memory-management-td19428592.html</a><br>
 <br>Now, I distinctly remember Matthew speaking about a mechanism which monitors free memory and offloads to disk to the point of RabbitMQ working as long as there is still room for a single message in RAM, but I don&#39;t remember if this is already available or when it&#39;s going to be.<br>
<br>If I am right, attaching a fast enough consumer to the queue while running my tests will probably take care of the crashes, I have only experienced crashes when the number of undelivered messages exceeded 200000 messages.<br>
<br>overall, I am very happy with rabbitmq, I&#39;m only complaining (not really) because you have set the bar high :)<br><br>regards, Michael<br><br>