I\'m unable to paste my code snippet, so I\'ll explain the scenario
1. I have a list of around 50000 stocks that need some valuation
2. These stocks are in a MultiProcess.Queue
Problem resolved - took a cue from @dano's question.
I was indeed writing to another queue, which was blocking the processes. I took it out and problem resolved.