[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: another try at multithreading
- From: "Javier Guerra" <javier@...>
- Date: Thu, 19 Jun 2008 07:41:15 -0500
On Thu, Jun 19, 2008 at 3:02 AM, Asko Kauppi <askok@dnainternet.net> wrote:
> Good luck.
thanks!
> As a minor correction to your list of "deep tables, closures, coroutines
> etc.", at least Lanes has no issues with deep tables. Maybe you meant large
> tables (takes more time to copy back-forth) or recursive tables (not
> implemented, to favor speed). Anyways, for closures and coroutines the
> argument is valid.
yep, i know some of the serialising solutions there are pretty
complete; but it's a heavy price to pay for parallelism.
> There are these two ways of seeing parallelism. And networking / multiple
> processes can be seen as third.
yep, in fact, the serialising step imposed by LuaLanes might make it
easy to evolve into a clustering solution without redesigning
applications.
--
Javier