-
In order to easily manage, monitor and profile the different routines, we need some generic metrics (counters, etc.) about the operation of every routine. Each routine has a different logic, but we ca…
-
As a user of the `kcli top` command, I want to add context to the data I'm seeing about server behaviors.
In addition to seeing data such as queue depth, I want to see its impact on the server resou…
-
BPO | [35869](https://bugs.python.org/issue35869)
--- | :---
Nosy | @vadmium, @steverpalmer
Superseder | bpo-13322: The io module doesn't support non-blocking files
Files | [read2.py](https://bug…
-
Hi, not knowing much about libpnet I just wanted to ask what kind of event loop drives the underlying interface reader? Guessing its single threaded, etc. It would be awesome to be able to read/create…
-
### Description
A `CredentialsProvider` can be invoked several times over the application's lifetime, not just on startup.
Besides, it can be invoked by an event loop thread.
But it has a synchro…
-
### Description
We have a Windows service built against .NET 6. It inherits from BackgroundService and we don't change any options there, as far as I know. Even so, we find that exceptions from async…
-
**Describe the issue. What is the expected and unexpected behavior?**
This piece of CSS is causing this issue -> Catalog tile Icon is skewed (https://bugzilla.redhat.com/show_bug.cgi?id=2029977)
```…
-
When running between two computers, ping times are usually around 40ms (35-45ms), which is completely unacceptable. If a single packet takes 20ms to process, then that means GMI can only handle a palt…
-
How much trouble would it be to add support for `io.stdout:write`, `io.stdin:read`, `io.open` in read mode, and `file:read`?
I assume `io.stdout:write` is easy; basically a `print` without tabs or …
-
I'm working on a new hiredis binding for Ruby, and I'm running into what seem to be a limitation to handle SSL handshake timeout.
The Ruby binding use `redisConnectNonBlock` so that it can use the …