Actions
Bug #2162
closedunaligned requests are not handled async by AIO Sendfile
ASK QUESTIONS IN Forums:
Description
When a request is made for a file using the network_linux_aio backend an mmap() is setup, however when the request is unaligned (for example seeking in a video with mod_flv_streaming) the backend drops back to sync sendfile.
This causes a huge performance hit for video streaming sites. This patch forces the request to be aligned by padding the read offset to the previous page boundary
Files
Actions
Also available in: Atom