[jboss-jira] [JBoss JIRA] Updated: (AS7-1078) executor in <connector/> of web subsystem doesn't work.
Jean-Frederic Clere (JIRA)
jira-events at lists.jboss.org
Tue Jun 21 18:04:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Frederic Clere updated AS7-1078:
-------------------------------------
Attachment: patch.txt
The idea for a fix.
> executor in <connector/> of web subsystem doesn't work.
> -------------------------------------------------------
>
> Key: AS7-1078
> URL: https://issues.jboss.org/browse/AS7-1078
> Project: Application Server 7
> Issue Type: Bug
> Components: Web
> Affects Versions: 7.0.0.Beta3
> Reporter: Jean-Frederic Clere
> Attachments: patch.txt
>
>
> Add in threads subsystem:
> <bounded-queue-thread-pool name="executor" blocking="true">
> <core-threads count="10" per-cpu="20"/>
> <queue-length count="10" per-cpu="20"/>
> <max-threads count="10" per-cpu="20"/>
> <keepalive-time time="10" unit="seconds"/>
> </bounded-queue-thread-pool>
> and:
> <connector name="http" scheme="http" protocol="HTTP/1.1" socket-binding="http" executor="executor" />
> web will still use the default executor.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list