klind
12 years agoNew Contributor
Thread safe datagen
Hi, I am using a datagen to generate sequence number used in a webservice request.
When running this as a loadtest with one thread it work fine, but running with more threads fails.
The data from the datagen is getting used by more than one thread.
Each request should have new data
How to make datagen threadsafe
When running this as a loadtest with one thread it work fine, but running with more threads fails.
The data from the datagen is getting used by more than one thread.
Each request should have new data
How to make datagen threadsafe