-
> Linux has limited support for using epoll as a mechanism for asynchronous I/O. For reads to a file opened in buffered mode (that is, without O_DIRECT), if the file is opened as O_NONBLOCK, then a re…
-
**Originally by _RolfRabenseifner_ on 2014-08-13 10:57:48 -0500**
---
## Description
The current wording about nonblocking is wrong.
"A request is completed by a call to wait" is wrong for cases as …
-
#### Problem
The quic client lacks proper error handling in a few places:
https://github.com/solana-labs/solana/blob/e344c8476f5aa63860602923c5db68f5fc33b7f8/client/src/nonblocking/quic_client.rs#L6…
-
Facing the following error:
File "/lib/python3.4/site-packages/pexpect/spawnbase.py", line 321, in expect
timeout, searchwindowsize, async)
File "/lib/python3.4/site-packages/pexpect/spaw…
-
Goal: layering persistent collectives (with a nonblocking starting and completing functions) on top of OSC functionality.
Problem: all window synchronisation mechanisms involve blocking/non-local f…
-
First and only time I've seen this test fail. Rerunning the test caused it to pass the 2nd time.
```
Running s2n_self_talk_nonblocking_test.c ... FAILED test 26
remaining < data…
-
Since Bun v1.0.31 which had the major IO rework, talking to Bun via an Erlang Port (https://www.erlang.org/doc/tutorial/c_port) has resulted in hangs on macOS. After investigation the issue appears to…
-
**Originally by _robl_ on 2016-10-04 16:34:12 -0500**
---
The code HXHIM (formerly known as MDHIM) sometimes (at our urging) tries to use MPI to communicate between entities. It does not go well.
…
-
# Moved from Trac
Reported by: spatulasnout Assigned to:
Priority: minor Milestone:
Keywords: windows slow nonblocking TCP SO_SNDBUF Cc:
Description ¶
Hi,
I ran across this artic…
-
## Bug Report
### Version
tracing-appender, both current 0.2.0 pre-release on tracing.rs and current 0.1.x release.
### Crates
tracing-appender
### Description
Right now `NonBlocking…