[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Threads + pipes = bad?
From: |
Kevin Ryde |
Subject: |
Re: Threads + pipes = bad? |
Date: |
Tue, 29 Jul 2003 09:11:03 +1000 |
User-agent: |
Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) |
Robert Marlow <address@hidden> writes:
>
> Nevermind, I think I fixed it by calling the function while the mutex
> was locked. Bummar though; the whole point of using threads was to get
> procedures like this one working concurrently.
Does your main thread do anything evil? Without actually trying it,
it seems that open-process might end up with all threads still running
in the forked child (until it exec's).