|
|
|
|
|
by bertolo1988
3171 days ago
|
|
You can get rid of the need to multi threading by deploying more containers in the same machine or via orchestration. I don't understand why people keep insisting that the lack of multi threading support is a Javascript problem when there are better and more scalable ways of using your machine resources. |
|
What if you have a large shared in-memory data structure that you want to update with lots of irregular translations in parallel? Like many graph problems? How are you going to do that with multiple containers? As in industry we just don't understand how to distribute that kind of problem effectively.