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 is rendezvous graph?
What is a difference between pacing and think time?
What is the difference between transaction and transaction instance in loadrunner ?
What is the use lr_abort function?
How will you stop the execution of a script on error?
What would be your recommendation to improve performance measure?
What are the process for developing a vuser script?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is vuser script?
How can correlation be performed?
what is remote performance monitering?
How can we develop the database vuser script?
What is vugen recording and scripting?
What should be done to view parameter substitution in the execution log?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?