commit | 37d24e7e3be648a6f73bad18dcf53798a7a1aeb0 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Mon Sep 01 18:20:18 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Mon Sep 01 18:20:18 2014 +0400 |
tree | eaf9902b1117ec4a3cd905855c3e26c5825f3282 | |
parent | 2a81e0556611188a1b9b3e1240a06928dcebc1a2 [diff] |
Events: processing of posted events changed from LIFO to FIFO. In theory, this can provide a bit better distribution of latencies. Also it simplifies the code, since ngx_queue_t is now used instead of custom implementation.