-
txredisapi ( trying the master branch which has the fix for pipeline pool) hangs when there are greater number of concurrent pipeline commands executed than the maximum connection pool size.
How to r…
-
I'm hitting a performance issue with Fog::Storage::Openstask which authenticates to the remote server as soon as it's initialized. The `auth_token` is indeed required when interacting with the storage…
-
We should use a connection pool for Redis and also make sure we create it when used, rather on initialization of the app.
-
### Issue description
See: https://github.com/hyprwm/Hyprland/pull/4889#issuecomment-2007755554
The discussion above is for hyprland, but it's the same bug on qtile wayland.
Steps to reprodu…
-
I have read about the lazy connection at the bottom of this link
https://django-categories.readthedocs.org/en/latest/getting_started.html#connecting-your-model-with-django-categories
I have also read…
-
### Describe the feature
Currently when a Redis instance is created, a connection to Redis server is established at the same time.
This means that the application cannot start if Redis is not a…
-
Hello.
I was benchmarking wisp and mist, I saw that wisp is significantly slower.
Found that applying following diff to [make_connection](https://github.com/gleam-wisp/wisp/blob/d4a78027b0dc5405f85e…
-
https://github.com/DiamondLightSource/dodal/issues/415#issuecomment-2079651830 summarizes a discussion on Device connection.
https://github.com/bluesky/ophyd-async/issues/265 will implement the ophyd…
-
### NextUI Version
2.4.8
### Describe the bug
When using server components, there is a `div-in-p` hydration issue.
```
In HTML, cannot be a descendant of .
This will cause a hydration err…
-
I am looking at the code around TLS session resumption.
It seems that the key for ticket storage is just a server name (SNI):
https://github.com/rustls/rustls/blob/828674444a3f64cd8ada3342f3c51fd6…