[ http://issues.apache.org/jira/browse/DIRMINA-206?page=comments#action_12418061 ]
peter royal commented on DIRMINA-206: ------------------------------------- I created a filter to throttle reads. The default per-connection 1mb buffer may/probably is too large.. suggestions welcome. The filter wraps the ThreadPoolFilter (just adds itself before + after) > Prevent OutOfMemoryError when a server or a client is overloaded > ---------------------------------------------------------------- > > Key: DIRMINA-206 > URL: http://issues.apache.org/jira/browse/DIRMINA-206 > Project: Directory MINA > Type: Improvement > Reporter: Trustin Lee > Fix For: 0.9.5 > > MINA doesn't throttle read or write traffic even if a client or a server > suffers from bottleneck. It will eventually cause the event buffer become > full can throw an OutOfMemoryError. We need to prevent it. > Here's the related thread in our mailing list: > http://mail-archives.apache.org/mod_mbox/directory-mina-dev/200604.mbox/[EMAIL > PROTECTED] -- 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
