You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by hi...@toshiba-sol.co.jp on 2015/11/12 12:05:08 UTC

[users@httpd] Block in mpm_event_module?

Hi All,

Environment
 1. CentOS 6.6
 2. Apache/2.4.12
 3. Google Chrome 48.0.2560.0
 4. Access from two clients

I'm using mpm_event_module.
Video streaming playback is stopped.
Would it be blocked at the same time to send the Range Request?


Is it cause similar to the following?

> https://httpd.apache.org/docs/2.4/ja/mod/event.html

> A similar restriction is currently present for requests involving an output filter that needs to read and/or modify the whole response body, like for example > mod_ssl, mod_deflate, or mod_include. If the connection to the client blocks while the filter is processing the data, and the amount of data produced by the > filter is too big to be buffered in memory, the thread used for the request is not freed while httpd waits until the pending data is sent to the client.

Thank you!