ApplicationEventMulticaster should efficiently dispatch according to event type and source [SPR-2572] #7261
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Matt Jensen opened SPR-2572 and commented
I am working on an application which registers a relatively large number of ApplicationListeners and multicasts a large number of events to them via the application context. The standard SimpleApplicationEventMulticaster is not particularly efficient in this scenario, so I have made an attempt at putting together an improved implementation of the ApplicationEventMulticaster interface. I would like to submit my work for possible inclusion in Spring or Spring Modules.
Key points are:
I would be happy to make any implementation or style changes necessary to fit the conventions of the Spring project. I will attach all current code to this JIRA issue.
Affects: 2.0 RC3
Attachments:
The text was updated successfully, but these errors were encountered: