Concurrent prototype » History » Revision 2
Revision 1 (Greg Burri, 06/28/2009 12:28 PM) → Revision 2/4 (Greg Burri, 07/03/2009 01:43 PM)
h1. Concurrent prototype
h2. Goals
* Define a strategy to read and to write the same file from different threads.
* Test by creating many thread which will write and read in the same time the same file.
h2. Description
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.