[ http://issues.apache.org/jira/browse/DIRMINA-42?page=comments#action_12360321 ]
Federico Bonelli commented on DIRMINA-42: ----------------------------------------- I thought to do IoSessionMap an hashMap container, so we can have put-get-remove methods, considering that put and remove has just to be done 1 time for each IoSession (usually), and get() has to be invoked many more times. Is that right? whatcan I use as key for that map? Use the socket address is not a good task for VMPIPE, but what else? > SessionManagers should manage list of sessions being managed. > ------------------------------------------------------------- > > Key: DIRMINA-42 > URL: http://issues.apache.org/jira/browse/DIRMINA-42 > Project: Directory MINA > Type: New Feature > Versions: 0.7 > Reporter: Trustin Lee > Assignee: Niklas Therning > Fix For: 0.9.1 > > Users are maintaining the list of managed sessions in acceptors and > connectors. It will be much better if MINA can handle this. -- 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
