On 17/11/06, sebb <[EMAIL PROTECTED]> wrote:
The CSVData Set config element is read once for each loop; each thread
will get a new record from the file.
There is no synchronisation between threads, so there is no guarantee
that thread 1 will read all its files before thread 2 etc, so the data
is likely to get mixed up.
I should have said that there is no synchronisation between threads
for the *different* CSV Data Set elements.
A single CSV element is of course synchronised between threads.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]