Issue Details (XML | Word | Printable)

Key: DIRMINA-25
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
MINA

Overload prevention

Created: 07/May/05 03:13 PM   Updated: 27/Jun/08 09:21 AM
Return to search
Component/s: None
Affects Version/s: 0.7.0, 0.8.0
Fix Version/s: 2.0.0-M2

Time Tracking:
Not Specified

Resolution Date: 24/Apr/08 08:21 AM


 Description  « Hide
Let's improve thread pool filter to enable users can control overload situation.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Trustin Lee added a comment - 24/Feb/06 06:41 PM
* The maximum number of simultaneous connections
* The maximum throughput of messageReceived events
* The maximum number of unprocessed events, which are waiting to be processed in ThreadPoolFilter queue.

chenliangde added a comment - 22/Jan/08 07:34 AM - edited
Dear Lee,

Is there any plan for this feature? (Sorry, previous message was written wrong)

Regards
chen

Trustin Lee added a comment - 24/Jan/08 10:04 AM
Please take a look at the list of resolved issues in 2.0.0-M1. Some features were implemented already in trunk.

Trustin Lee added a comment - 24/Apr/08 08:21 AM
This issue has been resolved. Please refer to the following ckasses:

1) IoEventQueueHandler and IoEventQueueThrottle to cope with too fast read
2) WriteRequestFilter to cope with too fast write