[jboss-jira] [JBoss JIRA] (JGRP-1474) TimeScheduler: add method to inject a thread pool
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu May 31 11:06:18 EDT 2012
Bela Ban created JGRP-1474:
------------------------------
Summary: TimeScheduler: add method to inject a thread pool
Key: JGRP-1474
URL: https://issues.jboss.org/browse/JGRP-1474
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.0.11, 3.1
JBossAS has its own implementation of TimeScheduler (causing problems, see [1]). However, it would be much better to allow the AS to use the configured TimeScheduler implementation (e.g. TimeScheduler2, HashTimingWheel or DefaultTimeScheduler) and inject the thread pool configured by the AS into this implementation.
This requires DefaultTimeScheduler to delegate to a thread pool rather than extending ScheduledThreadPoolExecutor though.
[1] https://issues.jboss.org/browse/JBAS-9486
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list