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

Threading #5

Open
tokejepsen opened this issue Oct 20, 2015 · 0 comments
Open

Threading #5

tokejepsen opened this issue Oct 20, 2015 · 0 comments

Comments

@tokejepsen
Copy link
Owner

Currently all plugins are run in the same thread/process, which means that if a plugin takes a long time, all other plugins are queued behind or maybe even lost.

The solution would be to thread off the plugins into different processes, or even better to thread off all calls the plugin do.

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