-
is it safe that uv_read/uv_udp_recv again after uv_read_stop/uv_udp_recv_stop? (no errors)
I only known we can do that on unix (just cancel readable/writable waiting), but I do not know anything ab…
esowt updated
4 years ago
-
The TUI based configuration seems to become a disintegrated command line configuration when using `config/templates/config-test.conf` in `userpatches` when `KERNEL_CONFIGURE="yes"` with enabled.
ht…
-
- [x] io_uring_prep_link_timeout
- [x] io_uring_prep_send_zc_fixed
- [x] io_uring_prep_sendmsg_zc
- [x] io_uring_prep_send_set_addr
- [x] io_uring_prep_getxattr
- [x] io_uring_prep_setxattr
- [x…
-
# NAS Performance: NFS vs. SMB vs. SSHFS | Jake’s Blog
This is a performance comparison of the the three most useful protocols for networks file shares on Linux with the latest software. I have run s…
-
spdk_posix_sock_create(posix.c) sets socket to O_NONBLOCK until connect is successful. If the connection target is down(power off), connect will bock until the operation is timeout(75s in linux?). In …
-
Feel free to post ideas.
-
Hello
When I tried to run your demo on OpenShift it fails during loading txt documents with following exception:
2024-10-29 08:33:07,048 INFO [me.esc.gra.rag.Ingestion] (main) Ingesting 2 docum…
-
I have been working on implementing an io_uring-based execution context with support for timers where I manage a priority-queue of user-provided timers and compute the earliest due time at which I hav…
-
Hello, I've been looking at the QD1 test method recently, I have some questions I want to turn to the developer.
I found that NVMe command processing has MSI-X interrupt which to notify host working …
-
### Operating system
Ubuntu 24.04
### Compiler
clang 18.1.3
### Steps to reproduce the behavior
Add a dependency on liburing, and rather than compiling with gcc, compile with clang:
…