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

Revamp process handing in co.nclk.linen.node to use new Java 9 features #4

Open
tjb1982 opened this issue May 19, 2018 · 0 comments
Open

Comments

@tjb1982
Copy link
Owner

tjb1982 commented May 19, 2018

Currently there isn't even really a way to destroy a process. I've read here and here that Java 9 has some nice new process api changes that would help with this.

At a minimum, the node manager needs to be able to catch a ThreadInterrupted exception and kill any running processes, ensuring that they are actually killed. I'm sure there are some best practices around this.

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