change: - ensure all file operations are monitored for hanging (unavailable remote resources)
- implement performance improvements for slow remote file shares in class HCSImageFormattedData [LMS-472] Solve performance problem of BDS dataset creation and process triggering on trunk merged from branch 8.04.x, improvements for 8.04.3 SVN: 7802
Showing
- bds/.classpath 1 addition, 0 deletionsbds/.classpath
- bds/source/java/ch/systemsx/cisd/bds/AbstractDataStructure.java 2 additions, 1 deletion...urce/java/ch/systemsx/cisd/bds/AbstractDataStructure.java
- bds/source/java/ch/systemsx/cisd/bds/handler/ChecksumHandler.java 16 additions, 2 deletions...ce/java/ch/systemsx/cisd/bds/handler/ChecksumHandler.java
- bds/source/java/ch/systemsx/cisd/bds/hcs/HCSImageFormattedData.java 285 additions, 57 deletions.../java/ch/systemsx/cisd/bds/hcs/HCSImageFormattedData.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IDirectory.java 22 additions, 0 deletionsbds/source/java/ch/systemsx/cisd/bds/storage/IDirectory.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IFileBasedDirectory.java 26 additions, 0 deletions...ava/ch/systemsx/cisd/bds/storage/IFileBasedDirectory.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IFileBasedFile.java 26 additions, 0 deletions...rce/java/ch/systemsx/cisd/bds/storage/IFileBasedFile.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IFileBasedLink.java 28 additions, 0 deletions...rce/java/ch/systemsx/cisd/bds/storage/IFileBasedLink.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IFileBasedNode.java 28 additions, 0 deletions...rce/java/ch/systemsx/cisd/bds/storage/IFileBasedNode.java
- bds/source/java/ch/systemsx/cisd/bds/storage/INode.java 18 additions, 2 deletionsbds/source/java/ch/systemsx/cisd/bds/storage/INode.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/AbstractNode.java 47 additions, 10 deletions...ch/systemsx/cisd/bds/storage/filesystem/AbstractNode.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/Directory.java 83 additions, 41 deletions...va/ch/systemsx/cisd/bds/storage/filesystem/Directory.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/File.java 36 additions, 28 deletions...ce/java/ch/systemsx/cisd/bds/storage/filesystem/File.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/FileStorage.java 2 additions, 2 deletions.../ch/systemsx/cisd/bds/storage/filesystem/FileStorage.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/Link.java 56 additions, 6 deletions...ce/java/ch/systemsx/cisd/bds/storage/filesystem/Link.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/NodeFactory.java 55 additions, 49 deletions.../ch/systemsx/cisd/bds/storage/filesystem/NodeFactory.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/DataStructureTestV1_0.java 17 additions, 9 deletions...Test/java/ch/systemsx/cisd/bds/DataStructureTestV1_0.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/hcs/HCSImageFormattedDataTest.java 59 additions, 81 deletions...a/ch/systemsx/cisd/bds/hcs/HCSImageFormattedDataTest.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/storage/filesystem/DirectoryTest.java 9 additions, 8 deletions...h/systemsx/cisd/bds/storage/filesystem/DirectoryTest.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/storage/filesystem/FileTest.java 7 additions, 7 deletions...ava/ch/systemsx/cisd/bds/storage/filesystem/FileTest.java
Loading
Please register or sign in to comment