2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Nginxでaioディレクティブを使用するには

2
Last updated at Posted at 2015-09-01

Nginxでaioディレクティブを使用するには、コンパイル時のオプション--with-file-aioを有効にしなければならない

# ./configure --with-file-aio
# make
# make install

HttpCoreModuleでaioを見つけたが有効にできず、ググっても見つけられずに困った

今後

https://www.nginx.com/blog/thread-pools-boost-performance-9x/
タイトルしか読んでないが、9倍になるらしいので調査。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?