[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua in Parallel System
- From: Mark Hamburg <mhamburg@...>
- Date: Thu, 10 Feb 2005 15:45:19 -0800
The dual thread system sounds very interesting. Can you share more details?
Mark
on 2/9/05 3:34 PM, Ashwin Hirschi at deery@operamail.com wrote:
> An interesting twist to our scheme is that we actually (can) have 2 threads
> per Lua state. While many seem to go for symmetrical scenarios I decided for
> some fearless asymmetry and came up with a "dual-threading" approach, where a
> controller and worker (OS) thread share one state.