guile-user
[Top][All Lists]
Advanced

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

New thread implementation, please test!


From: Marius Vollmer
Subject: New thread implementation, please test!
Date: 02 Nov 2002 02:14:52 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi,

the 1.7.0 series of Guile has now a new --with-thread option:
"coop-pthreads".  From NEWS:

    The "coop-pthread" (or shorter: "copt") thread implementation will
    use portable POSIX threads but will restrict them so that only one
    thread can execute 'in Guile' at any one time.  This option will
    give you the same basic behavior as the "coop" option, but
    hopefully in a more portable way.

It is _very_ new and _very_ untested and the first serious
multi-threading code that I have written.  Sooo, if you have a
application that uses Guile threads, or generally know something about
threads, I would like you to test and review what I have written.

Configure "--with-threads=coop-pthreads".  The new code is in
libguile/coop-pthreads.{h,c}.

Thanks!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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