FileSystemServerImpl: use a directory stream to produce the list of files with their attributes, performance gain over listFiles() method seems important
ProActiveFileObject: execute a single remote call in doListChildrenResolved. Don't synchronize on the file system in doListChildrenResolved and doListChildren
Yes I added the synchronized block in a previous commit, but noticed they can prevent two threads from listing children at the same time, which is not wanted.