%PDF- %PDF-
Direktori : /proc/self/root/usr/src/node-v0.10.4/test/fixtures/ |
Current File : //proc/self/root/usr/src/node-v0.10.4/test/fixtures/parent-process-nonpersistent.js |
var spawn = require('child_process').spawn, path = require('path'), childPath = path.join(__dirname, 'child-process-persistent.js'); var child = spawn(process.execPath, [ childPath ], { detached: true, stdio: 'ignore' }); console.log(child.pid); child.unref();