Concurrent prototype » History » Version 1
Greg Burri, 06/28/2009 12:28 PM
1 | 1 | Greg Burri | h1. Concurrent prototype |
---|---|---|---|
2 | |||
3 | h2. Goals |
||
4 | |||
5 | * Define a strategy to read and to write the same file from different threads. |
||
6 | |||
7 | h2. Description |
||
8 | |||
9 | When a download starts the corresponding file with the final size is created. The file will be filled from different thread during the downloading. Each thread take a part of the file. |