cuimuxi / node-graceful-fs

fs with incremental backoff on EMFILE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just like node's 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.

About

fs with incremental backoff on EMFILE

License:MIT License