Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C87A182EA for ; Thu, 18 Feb 2016 15:57:18 +0000 (UTC) Received: (qmail 38887 invoked by uid 500); 18 Feb 2016 15:57:18 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 38838 invoked by uid 500); 18 Feb 2016 15:57:18 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 38824 invoked by uid 99); 18 Feb 2016 15:57:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2016 15:57:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 46F282C1F60 for ; Thu, 18 Feb 2016 15:57:18 +0000 (UTC) Date: Thu, 18 Feb 2016 15:57:18 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-6707) Asynchronous Mode In camel-servlet, Servlet 3.0 AsyncContext MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6707?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-6707: ------------------------------- Fix Version/s: (was: 2.17.0) 2.18.0 > Asynchronous Mode In camel-servlet, Servlet 3.0 AsyncContext > ------------------------------------------------------------ > > Key: CAMEL-6707 > URL: https://issues.apache.org/jira/browse/CAMEL-6707 > Project: Camel > Issue Type: Improvement > Components: camel-http, camel-servlet > Affects Versions: 2.13.0 > Reporter: J=C3=B6rg Schubert > Fix For: 2.18.0 > > > My Goal is routing larger amounts of HTTP-Traffic=20 > CamelServlet is blocking the HTTP-thread while message is being processed= . > I'm currently preparing a patch which uses AsyncContext and starts proces= sor in async mode. Hope that will improve throughput. > The async feature is switchable by parameter.=20 > I will attach a patch as soon as it works.=20 > There is one point: To avoid conflicts geronimo-servlet_2.5_spec must be = replaced by geronimo-servlet_3.0_spec in parent pom. -- This message was sent by Atlassian JIRA (v6.3.4#6332)