-
### sendmsg variations: prep_sendmsg_zc and prep_sendmsg_zc_fixed
1. [x] Missing man page info: the kernel supports a prep_sendmsg_zc but there is no man page for it and the op is not in the io_uring…
-
examples/perf/io-perf fails with segmentation fault with io-uring:
```
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: io-…
hutm updated
6 months ago
-
Simple echo server has shown [99% performance improvement at -45% of CPU cost](https://www.reddit.com/r/C_Programming/comments/eqwl2d/io_uring_vs_epoll_echo_server_99_performance_45/)! That is impress…
-
after this commit:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.39&id=f32dfc802e8733028088edf54499d5669cb0ef69
a running io-uring object will cause one cpu showing…
-
Expected:
Successful build of the ton toolchain.
Actual behavior:
```
[100%] Linking CXX executable fift
/usr/bin/ld: ../third-party/rocksdb/librocksdb.a(fs_posix.cc.o): in function `ro…
-
In Sep of 2021, with two commits, the liburing project added support to automatically try to increase the soft RLIMIT_NOFILE when its API functions hit the EMFILE error - there were two such API funct…
-
Got the following errors:
```
[124/334] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/IoUring.cpp.o
FAILED: CMakeFiles/folly_base.dir/folly/experimental/io/IoUring.cpp.o
cca…
-
## Bug Report
### Environment
- Operating system: debian or ubuntu
- docker image: node:18.17.1-alpine3.17
- npm version: 9.6.7
- gcc/clang version: gcc (Alpine 12.2.1_git20220924-r4) 12.2.1…
-
Currently client handling methods uses the standard 'close' function to close the connection after sending data.
Due to the fact that in HTTP protocol, closing a connection is a common as accepting, …
-
**Environment**
* pip version: 19.0.3
* Python version: 3.7.1
* OS: macOS Mojave 10.14.3
* Terminal: Default apple Terminal: 2.9.1
**Description**
Searching a term with pip3 search [foo] wi…