Utilize backport-util-concurrent Executor
-----------------------------------------
Key: DIRMINA-260
URL: http://issues.apache.org/jira/browse/DIRMINA-260
Project: Directory MINA
Issue Type: Improvement
Reporter: Trustin Lee
Assigned To: Trustin Lee
Priority: Minor
Fix For: 1.0
DIRMINA-245 showed our default thread pool implementation is error-prone. We
decided to replace the thread pool implementation, and chose ThreadPoolExecutor
in backport-util-concurrent as an alternative. Because we're using Executor
analogy, all terms 'ThreadPool' should be replaced with 'Executor':
* ThreadPoolFilter -> ExecutorFilter
* PooledThreadModel -> ExecutorThreadModel
* org.apache.mina.filter.thread -> org.apache.mina.filter.executor
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira