TUNING


EndCrit command
Use in a Server.Load script to indicate a critical region that can be executed by only one simulated user (thread).

The critical region is marked by the BeginCrit and EndCrit pair. There can be a maximum of six critical regions per script.

Parent topic: Server.Load commands

Related reference
BeginCrit command
Server.Load script conventions