[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thread pool
- From: caco <cacophonitrix@...>
- Date: Tue, 06 Apr 2021 07:12:55 +0000
"Luerl gives you full access to the all the concurrency and fault tolerance properties that Erlang provides."
... and then losing the characteristic Lua interpreter speed I'm afraid....
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, March 31, 2021 1:48 PM, Robert Virding <rvirding@gmail.com> wrote:
Another completely different solution is to use Luerl
https://github.com/rvirding/luerl which is an implementation of Lua 5.3 running on top of Erlang. Luerl gives you full access to the all the concurrency and fault tolerance properties that Erlang provides.
Robert
I'm looking for a "lightweight threads" thread pool that I can submit parallel tasks to; no communication between threads required. What package should I use? (I'm on lua 5.4) Thanks.