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

QoS handles for fetch_async requests #13

Open
S-S-X opened this issue Mar 26, 2021 · 0 comments
Open

QoS handles for fetch_async requests #13

S-S-X opened this issue Mar 26, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@S-S-X
Copy link
Owner

S-S-X commented Mar 26, 2021

For fetch_async requests handle_index will never reset / reuse released handles.

This is not really that big problem in practice because most probably server will not survive long enough to get into problems because of bad-precision lua nuimbers and things like that.
For most servers there's high probability that sun will explode before counter gets high enough.

This however is still bug and should be fixed but with low priority and without any performance impact, so something simple and efficient should be used if fixing this one.

@S-S-X S-S-X added the bug Something isn't working label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant