Re: Daemonic processes in multiprocessing - solved

2009-05-02 Thread Pascal Chambon
Pascal Chambon a écrit : Hello everyone I've just read the doc of the (awesome) "multiprocessing" module, and there are some little things I don't understand, concerning daemon processes (see quotes below). When a python process exits, the page says it attempts to join all its children. I

Daemonic processes in multiprocessing

2009-04-25 Thread Pascal Chambon
Hello everyone I've just read the doc of the (awesome) "multiprocessing" module, and there are some little things I don't understand, concerning daemon processes (see quotes below). When a python process exits, the page says it attempts to join all its children. Is this just a design choic