Hi,
> If you're doing it in multiple threads you're likely to run into > synchronization problems unless you put some variable that is unique into > the filenames that you write out. That's why I suggested writing a new file, > and consider your original file to be a template. Yes I understand what you mean, I could use the thread ID too. The problem is that my binary POST files are created by JMeter while recoding a session using JMeter as a proxy. It is lots of manual work to create a template file and update the filename for each sampler in its corresponding BeanShell pre-processor controller. I have to record and replay many times so I am looking for a less manual-intensive manner. Well, maybe I'll just create the complete JMX file with some scripts. Synchronization problems seem to inevitable and using a template as you suggest seems the safest way. Cheers, Andrej --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org