[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What's the difference between a "coroutine" and a "thread" in Lua?
- From: Rob Kendrick <lua-l@...>
- Date: Mon, 13 Aug 2007 21:13:34 +0100
Asko Kauppi wrote:
> Does someone have a reason why VM based real multithreading would
> have better performance?
For a start, it doesn't require any context switching - it doesn't need
to involve the kernel at all. Of course, it also means you'll only be
able to take advantage of one CPU.
B.
- References:
- What's the difference between a "coroutine" and a "thread" in Lua?, John Klimek
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Asko Kauppi
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Gregg Reynolds
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Ana Lucia Moura
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Gregg Reynolds
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, David Given
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Gregg Reynolds
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, David Given
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Gregg Reynolds
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Tony Finch
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Asko Kauppi
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Stefan Sandberg
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Rob Kendrick
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Asko Kauppi
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Rob Kendrick
- Re: What's the difference between a "coroutine" and a "thread" in Lua?, Asko Kauppi