[ http://issues.apache.org/jira/browse/DIRMINA-264?page=comments#action_12434876 ] Trustin Lee commented on DIRMINA-264: -------------------------------------
Can we make it fully thread safe? > IoServiceListenerSupport disconnects active sessions under load with > IoConnectors > --------------------------------------------------------------------------------- > > Key: DIRMINA-264 > URL: http://issues.apache.org/jira/browse/DIRMINA-264 > Project: Directory MINA > Issue Type: Bug > Affects Versions: 1.0 > Reporter: peter royal > Assigned To: peter royal > Priority: Blocker > Fix For: 1.0 > > > When an IoConnector is shared by multiple threads, the > IoServiceListenerSupport will by default "deactivate" the connector when > there are "no" active sessions, but it is not fully thread safe and can > disconnect in-progress sessions. > The fix will be to optionally disable this behavior (deactivate-upon-idle) > when sharing a connector with multiple threads. -- 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
