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

How you load a loadrunner agent?

685


How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?

645


How to schedule a scenario?

609


What is the difference between performance testing and performance engineering?

591


How to create a host list for a scenario?

696






How to configure yahoo cookies in load runner?

2415


How many types of vuser are available?

619


What is the load runner testing process?

586


What is a difference between pacing and think time?

544


How do you load a load runner agent?

663


What type of function generate and insert by the vugen to the script when you record a script?

682


How can we develop the database vuser script?

591


What are different types of vuser logs which can be used while scripting and execution?

566


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

613


how to add 100 for dynamic(correlate value) value

1297