You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/07/16 10:12:51 UTC

[jira] Created: (CAMEL-2956) camel-jetty - Make it easier to set min/max thread pool for Server

camel-jetty - Make it easier to set min/max thread pool for Server
------------------------------------------------------------------

                 Key: CAMEL-2956
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2956
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-jetty
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.5.0


So you can control the min/max settings or define a custom thread pool in Jetty component


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2956) camel-jetty - Make it easier to set min/max thread pool for Server

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60689#action_60689 ] 

Claus Ibsen commented on CAMEL-2956:
------------------------------------

Also make it easier to configure Connector options such as some of the options listed here
{code}

<Call name="addConnector">
      <Arg>
          <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
            <Set name="host"><Property name="jetty.host" /></Set>
            <Set name="port"><Property name="jetty.port" default="8080"/></Set>
            <Set name="maxIdleTime">300000</Set>
            <Set name="Acceptors">2</Set>
            <Set name="statsOn">false</Set>
            <Set name="confidentialPort">8443</Set>
	    <Set name="lowResourcesConnections">20000</Set>
	    <Set name="lowResourcesMaxIdleTime">5000</Set>
          </New>
      </Arg>
    </Call>
{code}

> camel-jetty - Make it easier to set min/max thread pool for Server
> ------------------------------------------------------------------
>
>                 Key: CAMEL-2956
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2956
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jetty
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> So you can control the min/max settings or define a custom thread pool in Jetty component

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2956) camel-jetty - Make it easier to set min/max thread pool for Server

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2956.
--------------------------------

    Resolution: Fixed

trunk: 965369.

> camel-jetty - Make it easier to set min/max thread pool for Server
> ------------------------------------------------------------------
>
>                 Key: CAMEL-2956
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2956
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jetty
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> So you can control the min/max settings or define a custom thread pool in Jetty component

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.