chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] An alternative thread system?


From: Adam C. Emerson
Subject: Re: [Chicken-users] An alternative thread system?
Date: Sun, 10 Aug 2008 12:12:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Good evening, gentle creatures,

Whatever overhaul the interface and model get, I think the
implementation needs some work, too.  I/O blocking everything (with
the exception of TCP and the REPL) is somewhat annoying.  Having green
threads keeps Scheme programs from taking advantage of multiple
processors.  And, while dangerous, it would also be nice to have other
threads continue running while one is blocked in a C library call,
though obviously the programmer would have to know his library and not
schmutz things up.

Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]