The class org.apache.jackrabbit.core.data.FileDataStore uses apache.IOUtils to send a file to the filesystem. In my case this is done using a NFS resource mapped to a NAS directory. Would the digest (SHA-1) calculation be done in local tmp instead a remote tmp (in my case) be faster? And, instead use IOUtils, use the java.nio to transfer in blocks (better than stream...)?
Any thougths? Thanks in advanced. Helio. -- View this message in context: http://jackrabbit.510166.n4.nabble.com/File-persistence-with-NAS-NFS-tp4662164p4662169.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.