[ http://issues.apache.org/jira/browse/DIRMINA-264?page=comments#action_12434879 ] peter royal commented on DIRMINA-264: -------------------------------------
probably, but i'd rather not have it deactivating all the time, so my initial patch will be to allow for the disabling of the "deactivate when no sessions" behavior. > 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
