Specifications

How Transaction Limits Work
transactions override constraints defined for applications. Use the same
syntax.
Constraint Description
BytesReceived
The limit for the number
of bytes received during
a transaction
Example: BytesReceived >= 100000
BytesSent
The limit for the number
of bytes sent during a
transaction
Example: BytesSent = 0
ClientTime
The limit for the number
of milliseconds of client
time for a transaction
Example: ClientTime <= 900000
ElapsedTime
The limit for the number
of milliseconds of
elapsed time for a
transaction (client time +
network time + server
time + think time)
Example: ElapsedTime < 600000
NetworkTime
The limit for the number
of milliseconds of
network time for a
transaction
Example: NetworkTime <= 900000
N1NetworkTime
For a terminal server
application, the limit for
the number of
milliseconds of N1
network time for a
transaction, where N1 is
the latency introduced by
the connection between
the client and the
terminal server
Example: N1NetworkTime < 900000
212 BTStudio Administration Guide