-
We have recently started evaluating io_uring for faster io with our app.
In this context, I had a few newbie queries :
1) Has anyone in this community successfully used liburing for io with tuntap…
-
I think `set_nonblocking()` function is missing.
-
Issue #39 raised the idea of adding nonblocking team-based collectives. Currently, I'm drafting changes for #43 to add `shmem_team_alltoall_nbi`, but I want to discuss the semantics of nonblocking col…
-
Hey, thanks for this piece of software!
@devashishdxt would you be open to adding an option for `nonblocking` access? This option would move a stream into or out of nonblocking mode, similar to std…
-
On the usual BSD-Socket API you can set up nonblocking sockets for connect()ing to an external server. The general API is described e.g. in this stackoverflow message: https://stackoverflow.com/questi…
-
E.g., in nonblocking/blas1.hpp:553 . It should instead rely on the internal global buffer for such things, as otherwise it clashes with performance semantics (which typically prefer no system calls ma…
-
### Describe the bug
I am implementing nonblocking stdin support for Wasmer and Wasmer JS. During exploring the code, I noticed that `fd_read` never timed out and is blocked indefinitely despite th…
-
```
java.lang.AssertionError: expected: but was:
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
…
-
EnableTcpConnectionEndpointRediscovery causes an Address cache refresh when the TCP connection is closed.
https://github.com/Azure/azure-cosmos-dotnet-v3/blob/70b1b4a71216d4437229ae7a4f35b5a686c4…
-
Seen failing on this PR https://github.com/moby/moby/pull/39571 here: https://jenkins.dockerproject.org/job/Docker-PRs-WoW-RS5-Process/3074/console
```
23:37:48 === RUN TestWaitNonBlocked
23:37…