]> git.kaiwu.me - nginx.git/commit
Used the pwritev() syscall for writing files where possible.
authorValentin Bartenev <vbart@nginx.com>
Tue, 17 Nov 2015 16:01:41 +0000 (19:01 +0300)
committerValentin Bartenev <vbart@nginx.com>
Tue, 17 Nov 2015 16:01:41 +0000 (19:01 +0300)
commitd862ae8e6854501c6692e84bd5708150f2a1d9a1
tree5e127d4066ab9ce5b4e8b21079f91bafd06c016c
parent906c4462f83fb90c8abef5c89f8b689ace83c6af
Used the pwritev() syscall for writing files where possible.

It is more effective, because it doesn't require a separate lseek().
auto/unix
src/os/unix/ngx_files.c