This is the mail archive of the guile@sourceware.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: Threads in Guile


On Wed, May 31, 2000 at 11:34:54PM +0200, Dirk Herrmann wrote:
> Nowhere in guile there is a reference to the things in guile-qthreads
> any more with one exception:  iselect.[ch]  And, the stuff in there is
> heavily connected with the implementation of the coop
> threads.  Unfortunately, I don't really understand what is going on
> there.

IIRC it's just a replacement for select() that keeps one thread from
blocking everyone with a select()/read()/write()/etc. I believe you can
just toss it; pthreads doesn't need anything like it, and all the code
that needs it is marked with #ifdefs.

-- 
C. Ray C. aka Christopher Cramer
crayc@pyro.net
http://www.pyro.net/~crayc/

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