Hi, I like graceful-fs an am thinking to use it in http://npmjs.com/package/fildes I have a couple of questions and hope it is ok to ask here.
Retrying the queue, happens on some of the 'shimed' methods like close, closeSync. Does that work in multiple child processes that each try to write many files, as I suppose if one child process gets too many file descriptors error and the other process then calls close, the first isn't informed that something happend?
What does the polyfills.js and legacy-streams.js do? and what impact has it if I only want to use Node.js 4.x
what is require('constants'), seems to be something Node.js internal is that correct? Is there any documentation on it somewhere?
Thanks and I hope you don't mind me asking here.
Hi, I like graceful-fs an am thinking to use it in http://npmjs.com/package/fildes I have a couple of questions and hope it is ok to ask here.
Retrying the queue, happens on some of the 'shimed' methods like close, closeSync. Does that work in multiple child processes that each try to write many files, as I suppose if one child process gets too many file descriptors error and the other process then calls close, the first isn't informed that something happend?
What does the polyfills.js and legacy-streams.js do? and what impact has it if I only want to use Node.js 4.x
what is require('constants'), seems to be something Node.js internal is that correct? Is there any documentation on it somewhere?
Thanks and I hope you don't mind me asking here.