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


On Thu, Aug 31, 2000 at 04:40:45PM +0200, Mikael Djurfeldt wrote:
: "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.

OK, so what I should do is to use Guile to spawn the threads to be
able to do multi-threading in Guile-space?  Is the IPC API for Guile
threads documented somewhere?

  Lars J

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