Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98561D121 for ; Mon, 26 Nov 2012 02:47:00 +0000 (UTC) Received: (qmail 93553 invoked by uid 500); 26 Nov 2012 02:46:59 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 93514 invoked by uid 500); 26 Nov 2012 02:46:59 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 93489 invoked by uid 99); 26 Nov 2012 02:46:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 02:46:58 +0000 Date: Mon, 26 Nov 2012 02:46:58 +0000 (UTC) From: "Peng Zhang (JIRA)" To: issues@cxf.apache.org Message-ID: <138335566.21869.1353898018581.JavaMail.jiratomcat@arcas> In-Reply-To: <1525670298.21864.1353897778562.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (CXF-4650) Pool JAXB Unmarshallers/Marshallers for better performance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peng Zhang updated CXF-4650: ---------------------------- Description: To help improve performance, refer to code from Axis2 to pool unmarshallers/marshallers. >From our performance test, it can improve throughput by around 10 percent. Please check the attached patch for 2.6.x branch. Thanks. http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBUtils.java was: To help improve performance, refer to code from Axis2 to pool unmarshallers/marshallers. >From our performance test, it can improve throughput by around 10 percent. Please check the attached patch. Thanks. http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBUtils.java > Pool JAXB Unmarshallers/Marshallers for better performance > ---------------------------------------------------------- > > Key: CXF-4650 > URL: https://issues.apache.org/jira/browse/CXF-4650 > Project: CXF > Issue Type: Improvement > Components: JAXB Databinding > Reporter: Peng Zhang > Priority: Minor > Fix For: 2.6.4 > > Attachments: CXF-4650.patch > > > To help improve performance, refer to code from Axis2 to pool unmarshallers/marshallers. > From our performance test, it can improve throughput by around 10 percent. > Please check the attached patch for 2.6.x branch. Thanks. > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBUtils.java -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira