scsh-users
[Top] [All Lists]

Re: Threads Tutorial / Design Paper?

To: "Michael Sperber [Mr. Preprocessor]" <sperber@informatik.uni-tuebingen.de>
Subject: Re: Threads Tutorial / Design Paper?
From: RT Happe <rthappe@web.de>
Date: Wed, 29 Jan 2003 00:13:20 +0100 (CET)
Cc: <scsh@zurich.ai.mit.edu>
On Fri, 17 Jan 2003, Michael Sperber [Mr.  Preprocessor] wrote:
>
> Meanwhile, feel free to ask questions :-)

A basic question:  which Scheme operations (e.g. variable lookup or
mutation, function calls) are atomic w.r.t. context switches (i.e. run
from start to end before the next thread takes over).  Or, should we
always lock shared variables during access?  (I'm thinking of value
delivery without synchronisation:  one thread that may set a variable and
another one that looks occasionally for the result.)

rthappe



<Prev in Thread] Current Thread [Next in Thread>