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


Please Help Members By Posting Answers For Below Questions

What is rendezvous graph?

856


What is a difference between pacing and think time?

703


What is the difference between transaction and transaction instance in loadrunner ?

1514


What is the use lr_abort function?

939


How will you stop the execution of a script on error?

851






What would be your recommendation to improve performance measure?

804


What are the process for developing a vuser script?

820


What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?

1173


What is vuser script?

835


How can correlation be performed?

764


what is remote performance monitering?

1855


How can we develop the database vuser script?

767


What is vugen recording and scripting?

858


What should be done to view parameter substitution in the execution log?

796


What is the purpose of selecting ‘show browser’ during replay in the general options settings?

793