[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Multithreading and locking...
- From: Francisco Olarte <folarte@...>
- Date: Tue, 21 May 2019 14:02:36 +0200
Victor:
On Tue, May 21, 2019 at 1:43 PM Victor Bombi <sonoro@telefonica.net> wrote:
> So thats even better: Just start a different interpreter in each OS thread (as is recommended in so many places) and concurrency problems will be gone away.
Your top-quoting is making following your thoughts difficult for me. I
DO NOT WANT an interpreter per thread. I want a single interpreter
with a couple hundreds, maybe a thousand, coroutines inside, doing
things in a simple way because they know they are the only one
running. But sometimes they may reenter from another thread.
Regards.
Francisco Olarte.