What is the advantage of running the Vuser as thread?
Answer Posted / 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 |
Post New Answer View All Answers
What are all the types of goals in goal-oriented scenario of load runner?
How many vusers are required for load testing?
What is wasted time in vugen replay log?
What is a difference between pacing and think time?
What are the element in the loadrunner controller?
What are the information crating for each host?
How can we perform functional testing under load?
What is the difference between hits/second and requests/second?
Which components have you used in loadrunner ?
What are the different sections of the script? In what sequence do these sections run?
What do you mean by initialization of quota?
How is automated correlation configured?
Why vugen is used in lr?
What the host attributes determine?
What are all the important protocols that load runner supports?