Parallel queries to MongoDB via Async.js Parallel queries to MongoDB via Async.js mongoose mongoose

Parallel queries to MongoDB via Async.js


I've solved it. The problem was not in MongoDB. In #some action I have request to other server. The module http (Node.js) opens only 5 socket for connection by default. I've increased this number and everything was fine.