You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2005/07/21 11:40:45 UTC

[jira] Created: (DIRMINA-75) Reuse thread pool thread ID number

Reuse thread pool thread ID number
----------------------------------

         Key: DIRMINA-75
         URL: http://issues.apache.org/jira/browse/DIRMINA-75
     Project: Directory MINA
        Type: Improvement
    Versions: 0.7.3    
    Reporter: Trustin Lee
 Assigned to: Trustin Lee 
     Fix For: 0.7.4


Threads in a thread pool has a unique ID number in its name.  The number increases as new threads are created while old inactive threads dies.  Administrator might think there's too many threads in a VM from too big ID number mistakenly, so we need to reuse the thread ID.

-- 
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-75) Reuse thread pool thread ID number

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

    Resolution: Fixed

Now MINA 0.7.4-SNAPSHOT remembers the IDs of dead threads so that it can be reused when a new thread is created.

> Reuse thread pool thread ID number
> ----------------------------------
>
>          Key: DIRMINA-75
>          URL: http://issues.apache.org/jira/browse/DIRMINA-75
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7.3
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>      Fix For: 0.7.4

>
> Threads in a thread pool has a unique ID number in its name.  The number increases as new threads are created while old inactive threads dies.  Administrator might think there's too many threads in a VM from too big ID number mistakenly, so we need to reuse the thread ID.

-- 
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