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 2007/09/28 15:24:50 UTC

[jira] Resolved: (DIRMINA-444) IoAcceptor listening on multiple ports and using multiple IoHandlers

     [ https://issues.apache.org/jira/browse/DIRMINA-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee resolved DIRMINA-444.
---------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 2.0.0-M1)
         Assignee: Trustin Lee

DIRMINA-292 will take care of this issue.  IoAcceptor, a subclass of IoService, will keep its role as a logical unit of 'one' service, so having multiple handlers doesn't make a sense.  Additionally, binding on multiple ports has been address at DIRMINA-341.

> IoAcceptor listening on multiple ports and using multiple IoHandlers
> --------------------------------------------------------------------
>
>                 Key: DIRMINA-444
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-444
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 2.0.0-M1
>         Environment: All
>            Reporter: Mark Webb
>            Assignee: Trustin Lee
>
> I am interested in having one IoAcceptor listen on multiple ports.  This acceptor will have one Selector and based on the incoming connection/data, the proper handler will be triggered.  So for each port, you will have an associated handler but this will all go through a common Selector.  The goal here is to keep the number of threads at a minimum. I am building a system that may be listening on many different ports and each port will get different types of data.  The number of ports could be over 20. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.