MaxKellermann opened a new pull request #20: AbstractFileObject: call doGetType() without holding the lock URL: https://github.com/apache/commons-vfs/pull/20 To reduce lock contention. doGetType() does not need to be protected, but does synchronous I/O and can run for a long time (if the NFS server is slow to respond). This would block all other calls to the same FileSystem instance.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
