Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Optimize workers implementation #880

Closed
es128 opened this issue Oct 6, 2014 · 0 comments
Closed

Optimize workers implementation #880

es128 opened this issue Oct 6, 2014 · 0 comments
Labels

Comments

@es128
Copy link
Member

es128 commented Oct 6, 2014

Use child_process.spawn with stdio pipes.

Stop using .send methods, especially for compilation results, as they are synchronous/blocking. And stop using cluster, as this isn't really what it is intended for, therefore adding unneeded bloat.

Also explore getting child processes launched earlier, before all the config normalization. Look for opportunities to reduce duplicated start-up work, etc

@goshacmd goshacmd mentioned this issue Mar 5, 2016
10 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants