Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
audreyt
on Jan 8, 2014
|
parent
|
context
|
favorite
| on:
Why I am switching to promises
One possible solution to introduce threads to JS is to isolate threads from each other and use only message-passing:
https://github.com/audreyt/node-webworker-threads/
spion
on Jan 8, 2014
[–]
Sorry, but share-nothing threads that can only communicate via (afaics) serialized message passing are no longer threads. There is very little benefit to those compared to just spawning child processes.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://github.com/audreyt/node-webworker-threads/