Hi I am using JMeter to load test my web application. First I would like to say thanks for developing such a great project. I am a VB.NET developer and know a bit of java as well. I was wondering if there is a Controller in development which can execute the ThreadGroups inside at once using multithreading instead of executing them in a sequence.
My application supports only one session per user so I need to specify different user ids for each session. I dont think I can load test my app using the existing controllers as the execution is sequential. Can you show me some pointers... thanks Gopi

