I found a big problem in streams. I performed multiple tests on Ubuntu 14.04 LTS and OSX too and I see multiple opened files through lsof -p PID. I use autoClose: true (in default) and I destroy the stream manually with this module https://github.com/stream-utils/destroy.
This problem is not recorded for every request, but only if I performed multiple requests at the same time. My website falls down.
How can I prevent this problem? Is there a bug? How to close opened files? Extending ulimit is not a solution.
Thanks for any advice.

PS: io.js v1.5.1
I reported the same problem on node.js GitHub.
I found a big problem in streams. I performed multiple tests on Ubuntu 14.04 LTS and OSX too and I see multiple opened files through
lsof -p PID. I useautoClose: true(in default) and I destroy the stream manually with this module https://github.com/stream-utils/destroy.This problem is not recorded for every request, but only if I performed multiple requests at the same time. My website falls down.
How can I prevent this problem? Is there a bug? How to close opened files? Extending
ulimitis not a solution.Thanks for any advice.
PS: io.js v1.5.1
I reported the same problem on node.js GitHub.