You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2006/09/08 05:34:22 UTC

[jira] Created: (DIRMINA-260) Utilize backport-util-concurrent Executor

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

        

[jira] Closed: (DIRMINA-260) Utilize backport-util-concurrent Executor

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-260?page=all ]

Trustin Lee closed DIRMINA-260.
-------------------------------

    Resolution: Fixed

Done.

> 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