John, thanks for the fix! Would you mind opening a bug for this in bugzilla
so we can be sure that this fix isn't overlooked? And we can be sure a
committer will look at it. Here's a link to the Slide "open bug" page:

        http://issues.apache.org/bugzilla/enter_bug.cgi?product=Slide

Thanks,
Warwick


> -----Original Message-----
> From: John Rousseau [mailto:[EMAIL PROTECTED] 
> Sent: Monday, December 06, 2004 10:01 AM
> To: Slide Users Mailing List
> Subject: Re: Performance
> 
> 
> I am seeing this also (see my previous post).
> 
> We can deal with Very Large Objects in our archive, and the 
> hard-coded 2k buffer size in 
> org/apache/slide/webdav/method/GetMethod.java was killing 
> read performance. Getting a single chunk of data from our 
> archive is a bit expensive, so I implemented a better 
> buffering scheme (with a still hard-coded limit). Unified 
> diff is attached.
> 
> On my local machine, I went from ~115KB/sec reads to ~9MB/sec 
> reads for large objects.
> 
> If someone with commit privs would review, I would appreciate it.
> 
> Thanks
> -John
> 
> 
> 
> 
> EngR H wrote:
> > Hello Again!
> > 
> > Am working with WCK, customized it to work on my DMS, the 
> problem is 
> > that the performance is too slow! when i tried to debug and 
> see which 
> > methods takes much time, I found that alot of methods are called 
> > twice, and don't know why, for example giving the uri of /files the 
> > following methods are called twice before going to the next level: 
> > getChildrenNames() readProperties() getLastModified() 
> > getLastModified()
> > 
> > Is there any thing that should be adjusted?? or is that the normal 
> > behaviour of the WebdavServlet??
> > 
> > any suggestions??
> > 
> > Regards rony
> > 
> > --------------------------------- Do you Yahoo!? The 
> all-new My Yahoo! 
> > - What will yours do?
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to