Y
Hacker News
new
|
ask
|
show
|
jobs
by
skybrian
1936 days ago
How does communication between the lightweight processes work? What do the messages look like? Are they copied?
1 comments
bkolobara
1936 days ago
Yes, the data is copied from the memory of one process to another. In the future we want to use the WebAssembly multi-memory proposal to allow processes to share data without copying and reduce overhead in certain cases.
link