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
When loadrunner is used?
What is run-time-setting?
What would be your recommendation to improve performance measure?
Which protocols are supported by loadrunner?
How can we debug a loadrunner script?
What are all the components of loadrunner?
What is action section?
Which web protocol recording level generates the web_submit_form function?
How to schedule a scenario?
What is the difference between load, performance testing?
How do you decide the number of load generator machine required to run a test?
What are the different sections of the script? In what sequence do these sections run?
How to configure yahoo cookies in load runner?
Hi guys I am pravash kumar satapathy having 4.5yrs experience in loadrunner .i am providing online training in loadrunner,jmeter .if any body are interested directly u can call me or mail me pravashkumarsatapathy@gmail.com pk.loadrunner-----skype 9437629024
What do you mean by creating vuser script?