[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Threads + pipes = bad?
From: |
Robert Marlow |
Subject: |
Re: Threads + pipes = bad? |
Date: |
31 Jul 2003 16:20:05 +0800 |
My main process just brings up a few threads and then sits back in a
while loop doing nothing.
Actually, select's throwing file number errors at me as well. It seems
whenever I use a port, if it's outside a mutex lock it complains.
On Tue, 2003-07-29 at 07:11, Kevin Ryde wrote:
> 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).
--
Regards,
Robert Marlow