|
LSAPI PHP is faster than FCGI PHP on a 2.4 kernel with poll as well.
We believe that the poll implementation in 2.4 kernel is better than that in 2.6 kernel. When poll is used on a 2.6 kernel, LSAPI PHP is slower than FCGI PHP when client concurrent level is high, at least for our standard edition.
When epoll is used, LSAPI PHP always win.
|