[plt-scheme] threads and mzscheme
On May 23, Hans Oesterholt-Dijkema wrote:
> I'm experimenting with threads. Can someone explain to me how
> threads work in mzscheme? I'm giving changes to a workerthread,
> which puts these changes (asynchronously) to a backend (database).
>
> The behaviour I see, is that nor mzscheme, nor the database is
> taking much time. I see mosly a lot of system idle time.
>
> Can someone explain?
This depends on many things like how do you transfer these things to
the work thread, how the work thread uses the db etc.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!