Bug 62202

Summary: 'PROPFIND' of webdav is very slow
Product: Ports & Packages Reporter: HAYASHI <HAYASHI>
Component: Individual Port(s)Assignee: Clement Laforet <clement>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description HAYASHI freebsd_committer freebsd_triage 2004-02-01 01:40:21 UTC
      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>
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-02-03 01:08:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Over to maintainer of www/apache2, although it's not completely 
clear to me that this will be where the problem lies.
Comment 2 lef 2004-02-03 23:06:32 UTC
http://www.freebsd.org/cgi/query-pr.cgi?pr=62202

Furthermore, it tested.
2.0.48-1(DB4) has no problem.
2.0.48-3(DB4) has a problem.
Change of 2.0.48-2 may be the cause.

-----
HAYASHI, 'Lef' Tatsuya / mailto:lef@st.rim.or.jp
Comment 3 Clement Laforet freebsd_committer freebsd_triage 2004-02-23 16:12:41 UTC
State Changed
From-To: open->closed

After investigations, this is not a apache problem.