In the multiprocessing module, on a Process p, by just doing p.daemon=1 before p.start(), we can make the child die when the parent exits.  However, the child does not die if the parent gets killed.<div><br></div><div>How can I make sure the child die when the parent gets killed?</div>
<div><br></div><div>thanks,</div><div><br></div><div>--mihai</div>