= %s'%(AGE, id(AGE)))
print('names = %s , id = %s'%(names, id(names)))
print('hello id = %s'...block=True, timeout=3)
print('子进程已经读出了消息%s, id : %s' % (msg, os.getpid()))
except...m1, id : 28740
子进程已经存放了消息m2, id : 28740
子进程已经读出了消息m1, id : 17936
子进程已经读出了消息m2, id : 17936
所有消息已经读完了
进程池间通信...block=True, timeout=3)
print('子进程已经读出了消息%s, id : %s' % (msg, os.getpid()))
except...m1, id : 3052
子进程已经存放了消息m2, id : 3052
子进程已经读出了消息m1, id : 22556
子进程已经读出了消息m2, id : 22556
所有消息已经读完了
做一下小总结