Wednesday, 4 September 2013

How to detect file descriptor leaks in Node

How to detect file descriptor leaks in Node

I suspect that I have a file descriptor leak in my Node application, but
I'm not sure how to confirm this. Is there a simple way to detect file
descriptor leaks in Node?

No comments:

Post a Comment