Open joerussbowman opened 12 years ago
Hi,
did you find a solution or workaround for this problem?
Sorry for the noise. I just want to add that #45 contains a pull request that solves this issue.
Maybe this issue can be closed in favor of #45.
Hi thanks for following up on this issue. I ended up changing the way I deployed asycnmongo but I can't recall what all I did at this time. I won't have access to that code for a couple days. If there's an pull request that already fixes this, then it might be better if that's chosen.
I've set up a simple asyncmongo/zeromq router to act as a message queue as well as manage writes to my datastore.
what I'm finding is that the connections are getting released or reused, so it eventually hits maxconnections and stops.
Here's what I'm working with. You can pass a few messages then it stops and starts throwing TooManyConnections