From a40454a5ae5761b2133bc1da2efe7a3e43a6b472 Mon Sep 17 00:00:00 2001 From: LorenzGardner Date: Tue, 23 Dec 2014 12:16:49 -0600 Subject: [PATCH] update read me mentioning usage of child_process.fork --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68eeea3..9d5d1ca 100644 --- a/README.md +++ b/README.md @@ -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: