Cycle Processing Mode Classifier


Added On:  07/22/13 
SQL Table:   
Module:  UniCharge 
Type:  Classifier  Status:  Active 
Enumerates possible modes for processing of realtime transactions.

Certain credit card processors impose processing limitations on realtime transactions. Currently three modes are possible.

Available Values:

M - Multi Threaded
Added On:  07/22/13
Status:  Active
Transactions can be processed in multi-threaded way with no limitations.
S - Single Threaded
Added On:  07/22/13
Status:  Active
Only one transaction per terminal can be processed at any given time. No concurrency is possible.
C - Multi Threaded Capped
Added On:  07/22/13
Status:  Active
Transactions can be processed in multi-threaded way with the restriction on some operations (such as batch total verification) which require single-threaded mode to get processed.