Skip to content

Offload work with child_process.fork #11

@kfatehi

Description

@kfatehi

in order to do this we have to bundle a copy of node.js for each platform and use fork like this:

var worker = require("child_process").fork("testworker.js", {execPath: "/path/to/included/node"});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions