Hi Mike You are a legend !!!
Thanks for your quick reply. I used user parameters pre-processor and got rid of one problem. Perhaps I didnt explain the case earlier, Is there any controller that runs the elements underneath concurrently ? Consider the following example My Controller | |-- My Http Req 1 |-- My Http Req 2 |-- My Http Req 3 The requests are being executed in sequential order ie, My Http Req 1, 2 and 3. I was wondering whether I can start all three requests at once !! Thanks again Gopi ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 11:00 PM Subject: Re: Fw: Concurrent Controller > I'm not sure I understand - threadgroups are currently multithreaded > - one thread per user simulated. > > If you want each simulated user to log in with different credentials, > try the User Parameters Pre-Processor. > > -Mike > > On 19 Aug 2003 at 17:58, Gopi wrote: > > > 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 > > > > > > > -- > Michael Stover > [EMAIL PROTECTED] > Yahoo IM: mstover_ya > ICQ: 152975688 > AIM: mstover777 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

