[rabbitmq-discuss] .NET Client ConnectionFactory threading issues
Matthias Radestock
matthias at rabbitmq.com
Sat Apr 20 05:56:53 BST 2013
On 20/04/13 05:20, Michal Levý wrote:
> Each Rabbit connection opens 3 sockets (2 for heartbeats).
Actually, heartbeats go over the main connection, so each connection
uses just one socket.
> Maybe your Win host cant handle it ?
That, i.e. some OS-imposed limit, is indeed the likely culprit. Could be
client or server. For the latter, check the 'file_descriptors' limits in
the output of 'rabbitmqctl status'.
Matthias.
More information about the rabbitmq-discuss
mailing list