Re: [nodejs] IPC, forking a child_process for different version of nodejs?

2013-10-22 Thread Ben Noordhuis
On Tue, Oct 22, 2013 at 6:30 AM, Shiming He wrote: > Dear Community, > > I'm using `require('child_process').fork('worker.js', {execPath: > '/path/node'})` to offload some work in a separate process. My question is > whether this child process can run in different version of nodejs? > > My parent

[nodejs] IPC, forking a child_process for different version of nodejs?

2013-10-22 Thread Shiming He
Dear Community, I'm using `require('child_process').fork('worker.js', {execPath: '/path/node'})` to offload some work in a separate process. My question is whether this child process can run in different version of nodejs? My parent process will stuck at version 0.10.18 at least for a while, an