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 the capabilities exactly you look for while selecting the performance testing tool?
What do you mean by initialization of quota?
What do you mean by remote command launcher(rcl)?
What do you mean by creating vuser script?
What is parameterization?
What is the loadrunner end transaction and its syntax?
What are all the reasons to use the server resources monitor?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
Which function is used to end a nested transaction?
When you initialize the vuser what happen?
How vugen create a vuser script?
How you load a loadrunner agent?
Which protocols are supported by loadrunner?
What is vuser-end section?
How to run a scenario?