Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrement of Notification Counter in Activation Thread #8

Closed
pasetti opened this issue Jun 4, 2016 · 1 comment
Closed

Decrement of Notification Counter in Activation Thread #8

pasetti opened this issue Jun 4, 2016 · 1 comment

Comments

@pasetti
Copy link
Contributor

pasetti commented Jun 4, 2016

At present, the activation thread decrements the notification counter immediately after having detected it to be greater than zero and just before executing the Activation Procedure. It might make sense to move the decrement after the Activation Procedure. This would have the advantage that, in the "normal" case where notification are processed one at a time, the notification counter remains different from zero for as long as the Activation Procedure has not finished running. Users can therefore check the value of the Notification Counter if they wish to know whether the processing of the notification is still under way.

oppm pushed a commit that referenced this issue Oct 21, 2016
@pasetti
Copy link
Contributor Author

pasetti commented Oct 31, 2016

After discussion, it is decided not to implement this change (we would gain in visibility over the completion of the task assigned to the notified task but we would lose in visibility over the status of the notification).

@pasetti pasetti closed this as completed Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant