multiprocessing deadlock

Brian Quinlan brian at sweetapp.com
Fri Oct 23 18:24:13 EDT 2009


On 24 Oct 2009, at 06:01, paulC wrote:

>>
>> Hey Paul,
>>
>> I guess I was unclear in my explanation - the deadlock only happens
>> when I *don't* call join.
>>
>> Cheers,
>> Brian
>
> Whoops, my bad.
>
> Have you tried replacing prints with writing a another output Queue?
> I'm wondering if sys.stdout has a problem.

Removing the print from the subprocess doesn't prevent the deadlock.

Cheers,
Brian



More information about the Python-list mailing list