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

Replace cache and coraza transaction pool access #136

Open
fionera opened this issue Nov 17, 2024 · 2 comments
Open

Replace cache and coraza transaction pool access #136

fionera opened this issue Nov 17, 2024 · 2 comments

Comments

@fionera
Copy link
Contributor

fionera commented Nov 17, 2024

Currently on every request we access the pool without any concurrency limit and the cache should switch to a timeout without active eviction as we are pooling the resources anyway. With that we can check on startup if we have enough memory available and maybe even pre-allocate it

@fionera
Copy link
Contributor Author

fionera commented Nov 17, 2024

This may also be smth we want to do in upstream coraza? I don't know

@fionera
Copy link
Contributor Author

fionera commented Nov 17, 2024

@jptosso What do you think?

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