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

[FEAT] Parallelized plugin startup #57

Open
mattae opened this issue Aug 12, 2024 · 0 comments
Open

[FEAT] Parallelized plugin startup #57

mattae opened this issue Aug 12, 2024 · 0 comments

Comments

@mattae
Copy link

mattae commented Aug 12, 2024

Is your feature request related to a problem? Please describe.
When there are many plugins in the system, it could take a lot of time to start them all up. Usually, this time is the sum of the startup time of each plugin, even when there is no dependency among the plugins

Describe the solution you'd like
The doStartPlugins method of SpringBootPluginManager loops serially to start up the plugins. This method could be modified to start all non-dependent plugins at each instance

Describe alternatives you've considered
None

Additional context
None

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