Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 51938 invoked from network); 10 Dec 2009 09:25:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 09:25:25 -0000 Received: (qmail 86751 invoked by uid 500); 10 Dec 2009 09:25:25 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 86707 invoked by uid 500); 10 Dec 2009 09:25:24 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 86696 invoked by uid 99); 10 Dec 2009 09:25:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 09:25:23 +0000 X-ASF-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 09:25:18 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBA9Ovfg025750 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Dec 2009 04:24:57 -0500 Received: from [10.11.8.175] (vpn-8-175.rdu.redhat.com [10.11.8.175]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBA9OulS025554 for ; Thu, 10 Dec 2009 04:24:56 -0500 Message-ID: <4B20BDF3.3040606@redhat.com> Date: Thu, 10 Dec 2009 09:22:59 +0000 From: Gordon Sim Organization: Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom.,Registered in England and Wales under Company Registration No. 3798903,Directors: Michael Cunningham (USA), Charlie Peters (USA) and David Owens (Ireland) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: C++ broker, java client References: <151b38ac0912082027oe108d88mc4c316e3c72baae8@mail.gmail.com> <151b38ac0912091459v7ddb941dlb52512e76d0b692e@mail.gmail.com> <151b38ac0912091503x5bad161fka208a66b3b84fd6@mail.gmail.com> <8cf8f70b0912091508s69ffcd14m58bf2e2302fd07ca@mail.gmail.com> <151b38ac0912091757g589ecdbasb39643722b933b19@mail.gmail.com> <8cf8f70b0912092137q2bd5a98bs259d3813a0dff5d@mail.gmail.com> In-Reply-To: <8cf8f70b0912092137q2bd5a98bs259d3813a0dff5d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 On 12/10/2009 05:37 AM, Glen Marchesani wrote: > One interesting note is the performance of our python client was around 1000 > msgs/second. With the java client we are seeing something closer to 10,000 > msgs/second. Were you using synchronous transfer with python? That is the default for python; you can switch to asynchronous by setting session.auto_sync = False and then explicitly sync() as needed. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org