Configurable dynamic assignment of worker threads (acceptor, connector and I/O 
processor)
-----------------------------------------------------------------------------------------

                 Key: DIRMINA-292
                 URL: http://issues.apache.org/jira/browse/DIRMINA-292
             Project: Directory MINA
          Issue Type: New Feature
          Components: Core
            Reporter: Trustin Lee
             Fix For: 1.1


As one IoService can manage only one service address, utilization of worker 
threads became an issue.  For example, one connector can connect to only one 
remote address for simplicity while it produces one thread per instance.  This 
is very inefficient way to utilize threads.  The acceptor side doesn't have 
much difference.  The problem becomes serious when a user implements a P2P 
application.

What we need to do is to provide a dynamic and configurable way to create and 
assign worker threads for all kinds of transports.

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

        

Reply via email to