-
There is a sync job in place which fast-forwards the kubernetes/kubernetes `release-1.x` branch from `master` until the final (non-prerelease) tag exists on it. The job runs periodically in prow and d…
-
When `File` is used to access a character devise it results in a blocking `IO`.
If the same path/fd is used directly to create a `IO::FileDescriptor` it results in a non-blocking `IO`
```crystal
…
-
Sockets blocking operations in non-blocking mode throw something strange.
Documentation says:
http://api.haxe.org/sys/net/Socket.html
> setBlocking (b:Bool):Void
>
> Change the blocking mode of the…
-
It makes very little sense that IO-bound operations (e.g. readFile, writeFile) are synchronous when we run on a platform whose touted strength is in writing IO-bound applications through asynchronous …
-
Often when people try to use [`SyncIoBridge`](https://docs.rs/tokio-util/latest/tokio_util/io/struct.SyncIoBridge.html), there is a better alternative. We should improve the documentation to explain t…
-
SimpleExporter is not useable with OTLP/HTTP (Reqwest client and Hyper client both fails), as export just hangs forever.
Minimal repro when using Reqwest
```rust
use tracing::info;
use tracing_s…
-
From the stack traces it seems that we are waiting for service isolate to shutdown - but in fact there are no service isolate running.
```
FAILED: dartkp-dart_precompiled release_x64 standalone_2…
-
### Describe the bug
I was wondering if there was a difference in performance between Quarkus websocket implementation and Netty and to find out I did load testing. I wrote a test websocket servers i…
-
When using Mitogen, I sometimes see `EAGAIN` errors, due to stdout being non-blocking. This breaks the Python interpreter, as well as any other spawned commands, since they don't handle non-blocking f…
-
This has been mentioned before but I don't think there's a dedicated issue for it.
The standard streams on Windows are blocking. On Unix systems, on the other hand, they are non-blocking for TTYs. …