Message131999
Le jeudi 24 mars 2011 à 16:16 +0000, STINNER Victor a écrit :
> STINNER Victor <[email protected]> added the comment:
>
> In the following example, if I kill the child process, the parent is immediatly done:
> ---
> from os import getpid
> from time import sleep
> from multiprocessing import Process
concurrent.futures uses a multiprocessing.Queue to get the function
results back. You should use a similar setup in your script. |
|
| Date |
User |
Action |
Args |
| 2011-03-24 16:18:23 | pitrou | set | recipients:
+ pitrou, bquinlan, vstinner, jnoller, asksol |
| 2011-03-24 16:18:21 | pitrou | link | issue11663 messages |
| 2011-03-24 16:18:21 | pitrou | create | |
|