Skip to content

Delay spawning of service processes #6954

@joaomoreno

Description

@joaomoreno

79280a1 introduced setTimeout calls when spawning the child process. We want to make sure the workbench starts before any of the ipc processes spawn, since that can be synchronously expensive (often more than 10ms).

We should move the setTimeout outside the ipc.cp module into a channel wrapper which calls setTimeout for its first call.

cc @jrieken

Metadata

Metadata

Assignees

Labels

debtCode quality issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions