On Thu, 2008-09-18 at 06:31 +0200, David Naylor wrote: > Hi, > > I have a program that spawns a lot of subprocesses (with pipes open) from > multiple threads. The problem is the program often deadlocks, but not > consistently. Sometimes the program can run over 5 times to competition > without incidence and yet othertimes it locks within a few seconds. > Do you create threads, which then fork(), or do you fork() and then create threads? I think the former will not work.. Cheers Tom
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:35 UTC