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

Thread pool thingy!!! #37

Open
jmeaster30 opened this issue Dec 13, 2024 · 0 comments · May be fixed by #39
Open

Thread pool thingy!!! #37

jmeaster30 opened this issue Dec 13, 2024 · 0 comments · May be fixed by #39
Labels
Improvement Not a bug but a problem that needs improving New Thing New feature or request

Comments

@jmeaster30
Copy link
Owner

I made the resolver crash by getting an unimplemented query type and it unwrapped and panicked. This caused the entire thread to be killed with the server still running. Then further requests just failed over and over.

It would be nice to have a thread pool that can detect when a thread is killed in whatever way and start new threads to replace it.

We could use a library but we also could just write it ourselves :3

@jmeaster30 jmeaster30 added New Thing New feature or request Improvement Not a bug but a problem that needs improving labels Dec 13, 2024
@jmeaster30 jmeaster30 added this to the Home Network Complete milestone Dec 13, 2024
@jmeaster30 jmeaster30 linked a pull request Dec 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Not a bug but a problem that needs improving New Thing New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant