Name: | nodejs010-nodejs-graceful-fs |
---|---|
Version: | 3.0.5 |
Release: | 2.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 13175 |
License: | BSD |
RPM: | nodejs010-nodejs-graceful-fs-3.0.5-2.el6.noarch.rpm |
Source RPM: | nodejs010-nodejs-graceful-fs-3.0.5-2.el6.src.rpm |
Build Date: | Wed Feb 17 2016 |
Build Host: | x86-ol6-builder-06.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/isaacs/node-graceful-fs |
Summary: | 'fs' module with incremental back-off on EMFILE |
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. |