producer/consumer problem with python multiprocessing

前端 未结 3 676
鱼传尺愫
鱼传尺愫 2020-12-29 09:05

I am writing a server program with one producer and multiple consumers, what confuses me is only the first task producer put into the queue gets consumed, after which tasks

3条回答
  •  有刺的猬
    2020-12-29 09:46

    This can help: http://www.rsdcbabu.com/2011/02/multiprocessing-with-python.html

提交回复
热议问题