Description
I've created an refactored version of the Notifier helper that is less "scattergun" in its approach to propagating notifications to widget instances, using the DWR PageNormalizer interface.
This does get rid of some code duplication and generally makes the notifier easier to extend.
However, I haven't been able to really test this and see how it affects performance - while it generates fewer pushes to clients, each client request potentially triggers more activity, so its possible this could go either way.
With that in mind I've attached a patch for review rather than committing these changes as I'd appreciate feedback before going ahead.
Attachments
Attachments
Issue Links
- relates to
-
WOOKIE-133 Implement inter-widget messaging
- Resolved