[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is it possible to run Lua threads in OS threads safely?
- From: Sean Conner <sean@...>
- Date: Mon, 15 Jun 2020 01:32:22 -0400
It was thus said that the Great Russell Haley once stated:
> On Sun, Jun 14, 2020 at 9:47 PM Aaron B. <aaron@zadzmo.org> wrote:
>
> > cqueues is an excellent framework; however the program will be limited
> > to only a single CPU core.
>
> I was unaware of that. Do you know why? (something to do with cpu affinity?)
I think he means the resulting program is single threaded, not that it's
being restricted to a single CPU.
-spc