2008-08-28 09:43:45 PDT
Sorry for the VERY long delay.
An ffsb thread will handle a single operation at a time. It does not read the entire file though, it reads as much as you tell it to in the "read_size" option. If you wish to read the hole file you have to options:
1. max_filesize = min_filesize = (read/write)_size
OR
2. use the readall_weight option
Hope you are still interested.