0

child_process.fork in html/nodejs-integration crashes and reboots

Hi,

Does anyone has had luck using child processes in nodejs?

```
const fork = require('child_process').fork;
const child = fork(__dirname + '/childprocess.js');
```

I tried with v8.xx and it crashed.

Any help is appreciated

 

0 comments

Please sign in to leave a comment.