Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 66468 invoked from network); 18 Apr 2007 13:10:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2007 13:10:50 -0000 Received: (qmail 83486 invoked by uid 500); 18 Apr 2007 13:10:56 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 83397 invoked by uid 500); 18 Apr 2007 13:10:56 -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 83388 invoked by uid 99); 18 Apr 2007 13:10:56 -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 06:10:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [199.105.164.5] (HELO smtpmail2.sensis.com) (199.105.164.5) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 06:10:49 -0700 Received: from dimstar3.ats.sensis.com ([172.21.1.34]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1He9vY-0000zw-Il for dev@activemq.apache.org; Wed, 18 Apr 2007 09:10:28 -0400 Received: from corpatsmail1.ats.sensis.com ([172.21.1.88] helo=corpatsmail1.corp.sensis.com) by dimstar3.ats.sensis.com with esmtp (Exim 4.50) id 1He9vP-0004rK-4d for dev@activemq.apache.org; Wed, 18 Apr 2007 09:10:19 -0400 Received: from 172.21.6.29 ([172.21.6.29]) by corpatsmail1.corp.sensis.com ([172.21.1.88]) with Microsoft Exchange Server HTTP-DAV ; Wed, 18 Apr 2007 13:09:30 +0000 Received: from tbish-laptop.ats.sensis.com by corpatsmail1.corp.sensis.com; 18 Apr 2007 09:09:35 -0400 Subject: Re: AMQCPP Openwire much slower than Stomp? From: Timothy Bish Reply-To: tim.bish@sensis.com To: dev@activemq.apache.org In-Reply-To: <200704181502.10760.teemu@torma.org> References: <7743F17344E95A4CA78A3E53A7AF496B0103A459@corpatsmail1.corp.sensis.com> <200704181502.10760.teemu@torma.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Sensis Date: Wed, 18 Apr 2007 09:09:35 -0400 Message-Id: <1176901775.3431.7.camel@tbish-laptop.ats.sensis.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Sensis-MailScanner-Information: Scanned at Sensis Corporation by MailScanner X-Sensis-MailScanner: Found to be clean X-Sensis-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=-3.077, required 5, autolearn=not spam, AWL -0.48, BAYES_00 -2.60, UNPARSEABLE_RELAY 0.00) X-Sensis-MailScanner-From: tim.bish@sensis.com X-Virus-Checked: Checked by ClamAV on apache.org That's true, feel free to write an issue to add this in the next release. As always patches are welcome. Regards Tim. On Wed, 2007-04-18 at 15:02 +0200, Teemu Torma wrote: > On Wednesday 18 April 2007, James Strachan wrote: > > It might be worth turning it on & off and trying both stomp & > > openwire to see if it has an effect. (I'd expect it to hurt openwire > > more than stomp) > > I don't think there is any code on the activemq-cpp to set TCP_NODELAY > on sockets. > > Teemu