You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/07/11 08:45:05 UTC

[jira] [Commented] (CAMEL-6707) Asynchronous Mode In camel-servlet, Servlet 3.0 AsyncContext

    [ https://issues.apache.org/jira/browse/CAMEL-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623268#comment-14623268 ] 

Claus Ibsen commented on CAMEL-6707:
------------------------------------

We are on servlet 3.0 now. We could likely make that mandatory to require 3.0+ and offer async in camel-servlet.

> 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örg Schubert
>             Fix For: Future
>
>
> My Goal is routing larger amounts of HTTP-Traffic 
> CamelServlet is blocking the HTTP-thread while message is being processed.
> I'm currently preparing a patch which uses AsyncContext and starts processor in async mode. Hope that will improve throughput.
> The async feature is switchable by parameter. 
> I will attach a patch as soon as it works. 
> 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)