background image
<< To mark the end of a transaction | To insert a rendezvous point >>
<< To mark the end of a transaction | To insert a rendezvous point >>

Inserting Rendezvous Points

Working with VuGen · Enhancing Vuser Scripts
Creating Vuser Scripts
Chapter 4, page 43
Inserting Rendezvous Points
To emulate heavy user load on your client/server system, you synchronize Vusers
to perform a task at exactly the same moment. You ensure that multiple Vusers act
simultaneously by creating a
rendezvous point
. When a Vuser arrives at the
rendezvous point, it is held by the Controller until all Vusers participating in the
rendezvous arrive. When the rendezvous conditions are met, the Vusers are
released by the Controller.
You designate the meeting place by inserting a rendezvous point into your Vuser
script. When a Vuser executes a script and encounters the rendezvous point, script
execution is paused and the Vuser waits for permission from the Controller to
continue. After the Vuser is released from the rendezvous, it performs the next task
in the script.