QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
Hi, I'm Gary and working on the OpenStack project. We have run into a problem with eventlet monkey patching QPID. We are using python. If the service that I am running starts before qpidd then it hangs and does not recover. Even when the qpidd daemon starts it does not recover. The reason

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem with eventlet monkey patching QPID. We are using python. If the service that I am running starts before qpidd then it hangs and

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gordon Sim
On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem with eventlet monkey patching QPID. We are using python. If the service that I am

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem with eventlet monkey patching QPID. We are

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 01:52 PM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gordon Sim
On 11/07/2012 11:52 AM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gordon Sim
On 11/07/2012 12:07 PM, Gary Kotton wrote: On 11/07/2012 01:52 PM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 02:24 PM, Gordon Sim wrote: On 11/07/2012 11:52 AM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 02:40 PM, Gordon Sim wrote: On 11/07/2012 12:07 PM, Gary Kotton wrote: On 11/07/2012 01:52 PM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 02:51 PM, Gary Kotton wrote: On 11/07/2012 02:40 PM, Gordon Sim wrote: On 11/07/2012 12:07 PM, Gary Kotton wrote: On 11/07/2012 01:52 PM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Russell Bryant
On 11/07/2012 07:24 AM, Gordon Sim wrote: On 11/07/2012 11:52 AM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the

QPID and eventlet.monkey_patch()

2012-11-06 Thread Gary Kotton
Hi, Hi, I'm Gary and working on the OpenStack project. I have run into a problem and maybe you can help or can suggest someone who can. The communication between the different modules is done with QPID. We are using python. If the service that I am running starts before qpidd then it hangs and

Re: QPID and eventlet.monkey_patch()

2012-11-06 Thread Gordon Sim
On 11/06/2012 03:32 PM, Gary Kotton wrote: Hi, Hi, I'm Gary and working on the OpenStack project. I have run into a problem and maybe you can help or can suggest someone who can. The communication between the different modules is done with QPID. We are using python. If the service that I am

Re: QPID and eventlet.monkey_patch()

2012-11-06 Thread Chuck Rolke
I believe that the 'red lines' are: import eventlet eventlet.monkey_patch() - Original Message - From: Gordon Sim gordon.r@gmail.com To: dev@qpid.apache.org Sent: Tuesday, November 6, 2012 11:53:01 AM Subject: Re: QPID and eventlet.monkey_patch() On 11/06/2012 03:32 PM, Gary