1 Star 0 Fork 0

carterl / nginx-io_uring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

nginx-io_uring

This repo tries to improve preformance of Nginx using io_uring event model.

Kernel requirement

Linux 5.13.0+ and liburing HEAD ( for IORING_POLL_ADD_MULTI support ).

Contribute

This project is highly experimental and unstable currently, any contributions are welcome. The modification is basically 1 to 1 changes, mainly comes from src/event/modules/ngx_epoll_module.c

To debug it, compile nginx with --with-file-aio --with-debug:

# nginx.conf
master_process off;
daemon off;
error_log  stderr debug;

http {
  aio on;
  sendfile off;
}

空文件

简介

Nginx with io_uring event model 展开 收起
C 等 5 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/carterl/nginx-io_uring.git
git@gitee.com:carterl/nginx-io_uring.git
carterl
nginx-io_uring
nginx-io_uring
master

搜索帮助