[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: green-threads in lua
- From: "Javier Guerra" <javier@...>
- Date: Thu, 31 Jul 2008 10:13:30 -0500
On Thu, Jul 31, 2008 at 5:07 AM, Ivan Gagis <igagis@gmail.com> wrote:
> Hi All,
>
> I saw some discussion about different implementations of threads in lua, but
> no one talked about green threads.
>
> In my opinion introducing the green treads would be a very good alternative
> to all implementations of threads (with native OS threads) existing at the
> moment and coroutines.
does green threads offer any hard advantage on modern systems? most
java VMs have migrated away from them...
(i know, Erlang and friends do that; but i think their architecture
offers special benefits from greeness that wouldn't transfer to Lua)
--
Javier