This is the mail archive of the guile@cygnus.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: Scheme is too complicated



erik@msc.tamu.edu writes:
> 
> BTW-  is it possible to compile guile to use kernel threads?  I saw code
> for several different thread packages (mostly labeled as obsolete), but I
> don't see the familiar LinuxThreads among them - and grepping for clone() 
> doesn't find anything.
> 

You would use those through the POSIX threads interface to them (once
that exists/works). Apps are not supposed to call clone() directly.

 - Maciej Stachowiak