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

Speed up topology unbuild #26

Open
carlos-jenkins opened this issue Mar 10, 2016 · 0 comments
Open

Speed up topology unbuild #26

carlos-jenkins opened this issue Mar 10, 2016 · 0 comments
Assignees

Comments

@carlos-jenkins
Copy link
Contributor

Currently the topology unbuild is implemented as a sequential node destruction.

Node destruction is implemented as a destroy, remove, and wait sequence.

We can speed up the unbuild by calling the destroy and remove of all nodes first, then wait until all of them are removed.

This can implement this as threads (consider GIL), or refactor the workflow. We also need to consider the the hooks interfaces defined by the core framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant