Single core verses multicore #91
Unanswered
NathanTech7713
asked this question in
Q&A
Replies: 1 comment
-
I think you mean single-process instead of single core or single CPU.. Software can be made specifically multi-threaded, but it's incredibly hard to do so. What's easier to do is to fork into multiple sub-processes and let the operating system decide what CPU/core to use. This is already happening in Lambdamoo during for example a database-dump. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
So in my head, true or otherwise, I have the notion that Lambda Moo when it was released, both due to the year of release and such, is designed for single core system and can not take advantage of multi-core CPU's, is that right?
to that end, is toaststunt still the same, limited to one core?
thanks
Beta Was this translation helpful? Give feedback.
All reactions