Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

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 hangs upon QPID queue creation. I strongly suspect that this is a result of an incompatibility with gevent, although I have not done the work yet to produce a minimal example to demonstrate the problem. (Next on my list).

Besides the possibility of an incompatibility with gevent, are there any other possible issues that could be causing this problem?

share|improve this question
This is a little too vague and will generally result in discussions instead of answers. I know troubleshooting can be a pain and you need to talk through problems though, so I encourage you to create a room in the chat feature and comment back with the link to the room. This way if anybody reads this and would like to discuss with you then they can leave messages for you or chat. – maple_shaft Oct 12 '12 at 2:12
@maple_shaft I don't get how the question is vague. Explain please? meta.programmers.stackexchange.com/questions/4117/… – Roc Martí Oct 12 '12 at 12:01

closed as not a real question by maple_shaft Oct 12 '12 at 2:09

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.