Skip to content

Background Threads as Daemon? #75

Closed Answered by tkowalcz
thgau asked this question in Q&A
Oct 20, 2021 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

Default thread factory from Netty does not use daemon threads, but looks like Netty 5.0 does.

ReadingLogBufferAndSendingHttp thread is part of Agrona agent "framework" that also does not set threads to daemon by default. If Tjahzi is shut down correctly it should also close all its threads cleanly. Did you see any problems with that?

That being said I'm ok with changing those threads to be daemons.

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@thgau
Comment options

@tkowalcz
Comment options

@tkowalcz
Comment options

@thgau
Comment options

@tkowalcz
Comment options

Answer selected by thgau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants