Alan Grover <[EMAIL PROTECTED]> writes:
>
> What would be the comprehensive list of calls that block all threads?
> How do you figure that out?

`gethost' is a bad one, it disappears deep into libc so select or
whatever doesn't help.  I ended up forking a subprocess to make the
call.  Or I guess there's a few asynch dns libraries too, until the
posix threads in 1.8 avoid the problem.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to