Re: apr_pollcb

2015-03-11 Thread Paul Querna
Can you describe lagging in more detail? None of the poll related code has a high rate of change (except for the relatively new z/OS backend): https://github.com/apache/apr/tree/trunk/poll/unix Also are you looking specifically on Linux? (epoll backend?) or others On Mon, Mar 9, 2015 at 11:04

Shouldn't ap_die() do nothing -inconditionally- when a response was already generated?

2015-03-11 Thread Yann Ylavic
That is, not only when a hook/handler returns AP_FILTER_ERROR. Graham (initially) and I made some changes to trunk (backport proposed in r1665737) so that no internal module should return anything but AP_FILTER_ERROR in this case, but we can't do much for third-party modules. That way ap_die()

Re: PR 53435, r101624, mod_ssl: error strings can't be loaded again once?

2015-03-11 Thread Jan Kaluža
On 11/11/2014 02:32 PM, Jan Kaluža wrote: Hi, latest comment in PR 53435 shows that memory leak in mod_ssl which happens during graceful restarts can be caused by r101624. Since this commit is 11 years old, I wanted to ask people here, if following is still true with current OpenSSL: Hi,