Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2004 17:33:57 -0800 (PST)
From:      HAYASHI@FreeBSD.org, "Lef" Tatsuya <lef@st.rim.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/62202: 'PROPFIND' of webdav is very slow
Message-ID:  <200402010133.i111XvI7099186@www.freebsd.org>
Resent-Message-ID: <200402010140.i111eMOl024175@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62202
>Category:       ports
>Synopsis:       'PROPFIND' of webdav is very slow
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 17:40:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     HAYASHI, "Lef" Tatsuya
>Release:        FreeBSD 4.9-RELEASE-p1
>Organization:
none
>Environment:
FreeBSD XXX.XXX.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #6: Tue Jan 13 19:07:40 JST 2004     lef@XXX.XXX.org:/usr/obj/usr/src/sys/XXXXXXX  i386
>Description:
      apache2 is made from WITH_BERKELEYDB=db4.
'PROPFIND' of webdav is very slow.
It seems that it is slow in proportion to the number of files.
WITH_BERKELEYDB=db42 is not slow.
apache2 and BerkeleyDB4 (db4) are required for subversion.
subversion and webdav cannot be used simultaneously.

>How-To-Repeat:
      telnet localhost 80

PROPFIND /dav/ HTTP/1.1
MIME-Version: 1.0
Content-Type: text/xml
User-Agent: Goliath/1.0 (Macintosh; PPC)
Content-Length: 188
Host: www.example.org
Depth: 1

<?xml version="1.0" encoding="utf-8" ?>
<propfind xmlns="DAV:"><prop><getlastmodified/><getcontentlength/><resourcetype/><getcontenttype/><lockdiscovery/><resourcetype/></prop></propfind>


>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402010133.i111XvI7099186>