This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile and multi-threading


"Lars J. Aas" <larsa@sim.no> writes:

> I'm wondering if there are problems with regards to using Guile
> >From multiple threads in a multi-threaded application?  Is it at
> all possible?

It's not currently possible, but we're working on it.

However, unlike previous versions of Guile, Guile-1.4 can be linked
with applications using pthreads, so as long as you initiate and
continue to call Guile from one thread, everything is OK.

You can even create Guile threads within that pthread.  There are
Guile primitives (e.g. scm_spawn_thread) for handling C level Guile
threads.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]