nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
Website: | https://github.com/isaacs/node-graceful-fs |
---|---|
License: | MIT |
- Description:
Just like node.js' fs module, but it does an incremental back-off when EMFILE is encountered. Useful in asynchronous situations where one needs to try to open lots and lots of files.
Packages
nodejs-graceful-fs-1.0.2-0.1.20111109git33dee97.fc15.src [6 KiB] |
Changelog
by T.C. Hollingsworth (2011-11-10):
- new upstream release - Node v0.6.0 compatibility fixes |