RE: Possible Python API Performance Problem

2013-04-24 Thread Wes Parish
That seems to have fixed it! Thanks! Wes -Original Message- From: Ted Ross [mailto:tr...@redhat.com] Sent: Wed 4/24/2013 2:00 PM To: users@qpid.apache.org Subject: Re: Possible Python API Performance Problem Wes, It seems that you are accumulating senders in the service process. You

Re: Possible Python API Performance Problem

2013-04-24 Thread Ted Ross
Wes, It seems that you are accumulating senders in the service process. You create one per response but never close them. Try adding "sender.close()" after the send in the service program. -Ted On 04/24/2013 11:50 AM, Wes Parish wrote: I have been seeing some strange behavior with the 0.20