Derek Wilson <jderekwil...@gmail.com> added the comment:

I was wrong about exit behavior of a process that has put to a queue -- it 
seems to behave as expected. i had been playing with a proxy to a queue rather 
than a queue (to which, if you put, the process can exit right away because the 
actual put happens in the process that owns the queue).

I think this works as intended, but lmk. Also, I haven't really played with the 
tests that much, so that bit could use some review. It hasn't broken anything 
in any of my real world tests though.

Also, have I mentioned that the multiprocessing module is amazing? Cause it is. 
I sort of feel like antigravity == multiprocessing ...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to