Problem using python QPID and gevent together [closed]
- by William Payne
I have a python script that pulls messages from an Apache QPID queue, and then uses gevent to perform (IO-bound) tasks on those messages in parallel.
The queue that this script pulls from was recently changed: I suspect the version of the C++ QPID broker changed, although I cannot verify this at the present time.
Now, my process deadlocks and…