update read me mentioning usage of child_process.fork

This commit is contained in:
LorenzGardner
2014-12-23 12:16:49 -06:00
parent 94c5a54d5f
commit a40454a5ae
+4
View File
@@ -84,6 +84,10 @@ There are potential use cases for __dirname where the executable path is not the
Note: __filename will be 'undefined'
### child_process.fork
child_process.spawn works is unmodified, but child_process.fork will make an attempt to lunch a new instance of your executable and run the bundled module.
## Installation
Via NPM: