/producer-consumer-problem

producer consumer problem in using processes and threads in python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

producer-consumer-problem

producer consumer problem using processes and threads in python

threading.py

many consumer thread and one producer thread

1threadManyProcess.py

one thread many processes

i couldnt find any code in the internet for implementing producer consumer problem,so i made my own.I hope someone finds this useful