History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1599
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: jason
Reporter: jason
Votes: 0
Watchers: 0
Operations

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

Agent status manager should not send out events on its handling thread

Created: 11/Aug/08 05:15 PM   Updated: 11/Aug/08 09:33 PM
Component/s: None
Affects Version/s: 1.2.55, 2.0.10
Fix Version/s: 2.0.11, 1.2.56


 Description  « Hide
The manager handles events synchronously, which is required. This means that it should not pass out events synchronously, though, as this takes the thread into unknown territory. Although the other handlers should be prompt too, being completely synchronous ties things together a bit too closely.

 All   Comments   Change History      Sort Order:
jason - 11/Aug/08 09:33 PM
Fixed in change 4683.