[jboss-jira] [JBoss JIRA] Commented: (JBJCA-377) Use QueueExecutor for WorkManager thread management
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Fri Jul 9 10:50:46 EDT 2010
[ https://jira.jboss.org/browse/JBJCA-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12538622#action_12538622 ]
Jesper Pedersen commented on JBJCA-377:
---------------------------------------
Use this for setup:
<bounded-queue-thread-pool-executor name="WorkManagerThreadPool" blocking="true">
<thread-factory name="WorkManagerThreadFactory"/>
<queue-length count="1024"/>
<core-threads count="20"/>
<max-threads count="100"/>
<keepalive-time time="60" unit="seconds"/>
</bounded-queue-thread-pool-executor>
> Use QueueExecutor for WorkManager thread management
> ---------------------------------------------------
>
> Key: JBJCA-377
> URL: https://jira.jboss.org/browse/JBJCA-377
> Project: JBoss JCA
> Issue Type: Task
> Components: Core
> Affects Versions: 1.0.0.Alpha13
> Reporter: Jesper Pedersen
> Assignee: Jesper Pedersen
> Fix For: 1.0.0.Beta1
>
>
> The WorkManager should use QueueExecutor for better queue/thread management.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list