What is the advantage of running the Vuser as thread?

Answers were Sorted based on User's Feedback



What is the advantage of running the Vuser as thread?..

Answer / mahesh sv

VuGen provides the facility to use multithreading. This
enables more Vusers to be run per generator. If the Vuser is
run as a process, the same driver program is loaded into
memory for each Vuser, thus taking up a large amount of
memory. This limits the number of Vusers that can be run on
a single generator. If the Vuser is run as a thread, only
one instance of the driver program is loaded into memory for
the given number of Vusers (say 100). Each thread shares the
memory of the parent driver program, thus enabling more
Vusers to be run per generator.

Is This Answer Correct ?    11 Yes 0 No

What is the advantage of running the Vuser as thread?..

Answer / sivaramaraju

for example u started running a program than internally
what happens, the program will be loaded into the memory
and os will start the execution of your program.

In the same time one of the running applications in your
computer want to use the same program than what happens

if your program is process based
than a new copy of the program will be loaded into the
memory and operating system will start the execution of the
second one.that means there are two copies of the same
program are there in the memory.here it is the case of only
two if 100 applications want to use the same program
simultaneously than 100 copies of the same program will be
loaded into the memory.

if your program is thread based
in this case if the program is already loaded into the
memory the os never loads one more copy into the memory.
the os executes the earlier loaded program.so if 100
applications want to use the same program only one copy of
the program need to be loaded into the memory.so there will
be large amount of free memory.so u can load more number of
vusers

Is This Answer Correct ?    5 Yes 0 No

What is the advantage of running the Vuser as thread?..

Answer / maheshwar

We can use the memory effectively without any a wastage.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Load Runner Interview Questions

How can u find out hidden files in Load Runner Script and how can u correlate?

1 Answers   Wipro,


why parameterization is necessary when load testing the web server and the data base server ?

4 Answers  


What is the function for capturing the streaming vedio (could be a flashplayer) in an web application using Load Runner..?

1 Answers   Capita,


where we can see the graphs in Loadrunner when it is use ? (Chandana)

8 Answers   IBM,


You test the scalability testing by apllying load more than the designed number of users. If you dont know the designed number of users then how you do the scalability test?

0 Answers   Patni,






There is scenario. Total no. of transaction you have to done 1,00,000 in 8 Hour duration. One transaction taking time to complete 6 mins. how many Vusers you will run on this test.

3 Answers   IBM, Microsoft,


what is the real process dealt in load runner,starting from getting the requirement till submitting the deliverables,when a tester is provided with the scenarios? if any real time user could answer it would be very useful for me.also i need what are the real time bottlenecks u have undergone

4 Answers  


what is the difference bw performance testing and performance tuning

2 Answers  


How to modify the script?

0 Answers  


Hi Guys, Is it possible to merge and compare graphs from different scenarios in load runnner ?

7 Answers  


where do you save u r scripts in Load Runner?

2 Answers   TCS,


How do you load a load runner agent?

0 Answers  


Categories