Hi, On Fri, Mar 27, 2009 at 11:53 AM, <[email protected]> wrote: > Is the problem of accessing large files via the api a known problem?
If you are not using the data store feature and you have the externalBlobs setting set to false, then Jackrabbit will copy the entire file to a temporary file when you access it. I believe that this is the delay you're seeing. This performance characteristic is the same for both local and remote access. BR, Jukka Zitting
