What is the advantage of running the Vuser as thread?
Answers were Sorted based on User's Feedback
Answer / mahesh sv
VuGen provides the facility to use multithreading. This
enables more Vusers to be run per generator. If the Vuser is
run as a process, the same driver program is loaded into
memory for each Vuser, thus taking up a large amount of
memory. This limits the number of Vusers that can be run on
a single generator. If the Vuser is run as a thread, only
one instance of the driver program is loaded into memory for
the given number of Vusers (say 100). Each thread shares the
memory of the parent driver program, thus enabling more
Vusers to be run per generator.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / 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 |
Answer / maheshwar
We can use the memory effectively without any a wastage.
| Is This Answer Correct ? | 0 Yes | 1 No |
Specific Performance Monitoring counters for, 1. Web Servers (IIS, Apache etc) 2. Application Servers (Weblogic etc) 3. Database Servers a. Oracle Database b. Sybase c. SQL Server d. DB2
what is connection pooling?
What is the function for capturing the streaming vedio (could be a flashplayer) in an web application using Load Runner..?
Types of frameworks which is fallowd in Loadrunner ? real timers plz(Chandana)
i have 10 users, 20 itereatios and duration 1 minute how can design this scenario.
How do we write a user-defined function in loadrunner?
in performance testing how can we say perfomance is good or medium or bad please i need urgent answer
What is the scripting language using in LoadRunner?
13 Answers IBM, Patni, Symphony,
what do you mean by 90 percentile in the Lr report
12 Answers Contata, Excelacom, TCS, Wipro,
How to identify what to correlate and what to parameterize?
What is synchronization point ?
What is the importance of ordinance ?