Issue Details (XML | Word | Printable)

Key: DIRMINA-113
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

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

SocketIoProcessor should use ExceptionMonitor to log exceptions.

Created: 03/Nov/05 11:22 AM   Updated: 11/Nov/05 11:28 PM
Return to search
Component/s: None
Affects Version/s: 0.8.0
Fix Version/s: 0.9.0

Time Tracking:
Not Specified

Resolution Date: 11/Nov/05 11:28 PM


 Description  « Hide
For now, SocketIoProcessor is a singleton which is shared by all IoAcceptors and IoConnectors, so there's no way to report exceptions to an appropriate ExceptionMonitor.

The possible solution is to make SocketAcceptor and SocketConnector have their own SocketIoProcessor, not a singleton.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Trustin Lee added a comment - 11/Nov/05 11:28 PM
There can be one (or more in the neat future) SocketIoProcessor per SocketAcceptor (or SocketConnector), so all log messages from SocketIoProcessor are logged to an appropriate ExceptionMonitor.