Hi,

I'm trying to find the best way to deal with multiple threads reading from
and writing to one file. Basically I have a file that contains some customer
ids. Sometimes a thread will need to read a line from the file and sometimes
it will need to write a new customer id to the file. Also once a line has
been read it cannot be used so I need to read the next line in the file.

I know the CSV dataset config allows a one time load of a file and will
handle the line by line reading of the file. But this is no good to me as
more data will be added to the file and the threads will need access to this
data later on.

Any help will be most appreciated.

Thanks.
-- 
View this message in context: 
http://jmeter.512774.n5.nabble.com/Multiple-threads-reading-writing-to-one-file-tp3377016p3377016.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to