You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/03/14 21:07:19 UTC

[Bug 36636] database write lock taken for PROPFIND operations

https://bz.apache.org/bugzilla/show_bug.cgi?id=36636

Wim Lewis <wi...@omnigroup.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Linux                       |All
           Hardware|PC                          |All

--- Comment #20 from Wim Lewis <wi...@omnigroup.com> ---
I can confirm this problem still exists in the 2.4.x releases and in 2.5/trunk
(r1734315).

A workaround is to use mod_buffer to buffer the entire PROPFIND response before
sending it to the client:

    <If "toupper(%{REQUEST_METHOD}) == 'PROPFIND'" >
        SetOutputFilter BUFFER
    </If>

Of course this increases memory use and request latency, but it does prevent a
single client on a slow connection from locking up the entire DAV repository.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org