Re: stack checking and threads

Aleksandar Bakic (bakicale@cps.msu.edu)
Sat, 20 Sep 1997 14:06:08 -0400 (EDT)

I am going to try to do that.

Thanks,
Aleksandar

>
>
> If your application requires Guile to run in multiple OS threads,
> you're probably out of luck. However, if your application uses
> multiple threads itself, but the Guile code can be single-threaded,
> you might try this:
>
> Allocate one thread to be the Guile thread: initialize Guile in this
> thread. Then have all other threads talk to Guile by sending messages
> to that thread.
>
> It's not as sexy as a truly threaded Guile would be, but ...
>

-- 
Aleksandar Bakic, Comp.Sci. graduate student at Michigan State University
e-mail: bakicale@cps.msu.edu