Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 33595 invoked from network); 30 Jan 2009 11:30:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2009 11:30:31 -0000 Received: (qmail 6717 invoked by uid 500); 30 Jan 2009 11:30:31 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 6519 invoked by uid 500); 30 Jan 2009 11:30:30 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 6499 invoked by uid 99); 30 Jan 2009 11:30:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 03:30:30 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 11:30:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ACA4E234C4AD for ; Fri, 30 Jan 2009 03:29:59 -0800 (PST) Message-ID: <1217475860.1233314999706.JavaMail.jira@brutus> Date: Fri, 30 Jan 2009 03:29:59 -0800 (PST) From: "Thorsten Scherler (JIRA)" To: dev@forrest.apache.org Subject: [jira] Commented: (FOR-1157) The dispatcher rewrite is loosing throughput in jmeter tests In-Reply-To: <326815951.1233236459807.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FOR-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668821#action_12668821 ] Thorsten Scherler commented on FOR-1157: ---------------------------------------- Use the stress file in the branch https://svn.apache.org/repos/asf/forrest/branches/dispatcher_rewrite/FOR-1157/stress.jmx > The dispatcher rewrite is loosing throughput in jmeter tests > ------------------------------------------------------------ > > Key: FOR-1157 > URL: https://issues.apache.org/jira/browse/FOR-1157 > Project: Forrest > Issue Type: Test > Components: Plugin: internal.dispatcher > Reporter: Thorsten Scherler > > http://markmail.org/thread/gkp4ys65q2l7hpyy > "The old dispatcher is around 10% faster and consumes less memory (!!!) then the new one. The new one is using AXIOM to create the final document which supposed to be faster then DOM, but it is not. > I switch the contract processing from DOM to AXIOM to finally have SAX. > Some sidenotes of my profiling sessions: - we use as testing ground a dedicated linux box which is basically a replica of http://juntadeandalucia.es/index.html - the side is made with cocoon 2.2 and "old" dispatcher cocoon 2.2 block (which is the same as we use here in forrest projects). - The app is running on a tomcat6 and java6. - We using jmeter to have an incremental test run on concurrent threads (starting with 5 to 90 concurrent threads). " -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.