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

* fix thread leak by changing the fixed threadpool into a caching thr… #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DylanSchell
Copy link

Threads leak on every application stop/start cycle, eventually leading to out of memory exceptions.

  • Fix thread leak by changing the fixed threadpool into a caching thread pool.
  • Alter thread factory to provide custom names for the threads, so they are easier to
    identify in thread dumps.

…ead pool.

* alter thread factory to provide custom names for the threads, so they are easier to
  identify in thread dumps.
@Capstan
Copy link

Capstan commented Jun 12, 2020

I think I half addressed this in java-json-tools#28, but if the other issue is still an issue, can you port it to https://github.com/java-json-tools/msg-simple/issues and we can consider it?

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

Successfully merging this pull request may close these issues.

2 participants