Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1942517F1C for ; Tue, 26 May 2015 06:58:13 +0000 (UTC) Received: (qmail 80546 invoked by uid 500); 26 May 2015 06:58:12 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 80480 invoked by uid 500); 26 May 2015 06:58:12 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 80467 invoked by uid 99); 26 May 2015 06:58:12 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2015 06:58:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 32358182757 for ; Tue, 26 May 2015 06:58:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id L1VIa0eu4w8e for ; Tue, 26 May 2015 06:58:03 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id E8A5A453EF for ; Tue, 26 May 2015 06:58:02 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id A15F3D8D8F5 for ; Mon, 25 May 2015 23:58:02 -0700 (PDT) Date: Mon, 25 May 2015 23:58:02 -0700 (MST) From: iris ding To: dev@cxf.apache.org Message-ID: <1432623482196-5757703.post@n5.nabble.com> Subject: Performance Enhancement for CXF jaxrs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit HI Guys, Currently CXF will find the target resource method for every jaxrs request. If user send multiple repeated request, this will cause big impact for performance. Instead, we can cache the resource method found in the first request and get the resource method from cache directly for subsequent request. Provider matching is under the same situation as well. We can provide a cache for matched provider to save effort. What do you think of this problem? Can we add such support in CXF? Thanks & Best Regards, Iris Ding -- View this message in context: http://cxf.547215.n5.nabble.com/Performance-Enhancement-for-CXF-jaxrs-tp5757703.html Sent from the cxf-dev mailing list archive at Nabble.com.