Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 07/14/12 12:20:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 24 24 25 25 === Implementation === 26 The script creates 4 files as the previous test. When the files are ready it uploads a file named reserved.dat with a size of 50MB.26 The script creates 4 files as the previous test. When the files are ready it uploads a file named reserved.dat (which will remain in the accound until the test ends) with a size of 50MB. 27 27 As soon as the file is completely uploaded, the script creates two threads, one for download and one for upload. 28 Until that moment the script is continues..... bla bla bla 28 - The upload thread constantly uploads files sized [25, 50, 100, 150] MB until the account is full. Once it is full, the thread removes all files except "reserved.dat". Then, it starts its cycle again. 29 - The download thread continuously lists all files in the account and downloads one randomly chosen. There will be always at least one file ("reserved.dat").