Hi,
I used multimechanize about a year ago for performance benchmarks for APIs which fitted in nicely with the test framework I was using.
I am now thinking of using multimechanize again but this time for different reasons. The project Im working on has db locking issues so I want to simulate the same user doing different actions at the same time is this possible using mechanize previously when I used i, it was executing the same action for different users concurrently.
Thanks,