|
|
hello all,
I am using JProfiler for my web application. I had created a .csv file, where in each row user specific details are there. Also i am using 100 concurrent threads to test performance of the application. Each thread is reading one row from csv file. The problem is that i want each thread to pick different rows from csv file, but two or more thread are picking the same rows. Any ideas?
Thanks in advance........