Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 12651 invoked from network); 18 Apr 2007 10:46:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2007 10:46:52 -0000 Received: (qmail 3547 invoked by uid 500); 18 Apr 2007 10:46:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 3528 invoked by uid 500); 18 Apr 2007 10:46:58 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 3519 invoked by uid 99); 18 Apr 2007 10:46:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 03:46:57 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FROM_ALL_NUMS,FROM_STARTS_WITH_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [146.232.64.12] (HELO mail1.sun.ac.za) (146.232.64.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 03:46:51 -0700 Received: from dogbert.sdsl.sun.ac.za ([146.232.2.71]) by mail1.sun.ac.za with esmtp (Exim 4.50) id 1He7g2-0005uh-ST for dev@activemq.apache.org; Wed, 18 Apr 2007 12:46:19 +0200 Received: by dogbert.sdsl.sun.ac.za (Postfix, from userid 500) id 0B5C81400015; Wed, 18 Apr 2007 12:46:19 +0200 (SAST) Date: Wed, 18 Apr 2007 12:46:19 +0200 From: Albert Strasheim <13640887@sun.ac.za> To: dev@activemq.apache.org Subject: Re: AMQCPP Openwire much slower than Stomp? Message-ID: <20070418104618.GA20452@dogbert.sdsl.sun.ac.za> References: <20070418095106.GA20229@dogbert.sdsl.sun.ac.za> <8a6feb940704180325t77a0ea14m3a62cc7f648e1780@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8a6feb940704180325t77a0ea14m3a62cc7f648e1780@mail.gmail.com> User-Agent: Mutt/1.4.2.2i X-Virus-Checked: Checked by ClamAV on apache.org Hello all On Wed, 18 Apr 2007, Nathan Mittler wrote: > Unfortunately we didn't do a performance analysis, as we've been focused on > just getting 2.0 out the door. We did however notice a bit of slowness in > our integration tests. Have you, by any chance, profiled the openwire > connector to see where it's spending its time? > > With any luck, we can zero in on the bottlenecks quickly and cut a 2.1. I'm going to spend some time on this over the next few days. The symptoms are quite strange. Factors that seem to influence the speed include: - whether connection is to a local broker or a remote broker - whether the broker is running on Windows or Linux - message size possibly in combination with wire format I'll report back if I figure out anything more useful. Regards, Albert