[jboss-jira] [JBoss JIRA] Created: (JGRP-556) Consolidate thread pools
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Wed Jul 11 11:16:31 EDT 2007
Consolidate thread pools
------------------------
Key: JGRP-556
URL: http://jira.jboss.com/jira/browse/JGRP-556
Project: JGroups
Issue Type: Task
Reporter: Vladimir Blagojevic
Assigned To: Bela Ban
Fix For: 2.6
For JGroups 2.5 we have used numerous instances of ThreadPoolExecutor(s) as we needed them. For instance, STREAMING_STATE_TRANSFER, Multiplexer, TP, and ProtocolStack. Undoubtedly this lead to increased overhead and performance impact that we have not measured. First of all we should stop indiscriminately introducing new thread pools as we go further. Second, we should Investigate possibility to consolidate thread pools so they can be reused by various protocols and components of a channel.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list