On Fri, Apr 18, 2008 at 9:10 PM, Jim Snow <[EMAIL PROTECTED]> wrote:

> The scene is shared between threads.  (Complex scenes can be quite large.)
>  I'm assuming this is handled as a read-only shared memory region or
> something similar, as one might expect, and is not actually copied.
>

Ah, when people say "shared memory concurrency", they usually mean shared
*mutable* memory concurrency, which this isn't.


-- 
Sebastian Sylvan
+44(0)7857-300802
UIN: 44640862
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to