Difference between revisions of "Template:CreditLine Programming Rules"

From Payment Processing Software Library
Jump to: navigation, search
Line 1: Line 1:
1. Each instance needs to call the initialization function(such as '''clcInit''' or '''Init''') themselves and get a unique handle to themselves. This handle '''can not be shared'''.
+
1. Each instance needs to call the initialization function (such as '''clcInit''' or '''Init''') themselves and get a unique handle to themselves. This handle '''can not be shared'''.
  
 
2. Each instance can only make '''one request at a time''', but one process  
 
2. Each instance can only make '''one request at a time''', but one process  

Revision as of 16:21, 21 April 2006

1. Each instance needs to call the initialization function (such as clcInit or Init) themselves and get a unique handle to themselves. This handle can not be shared.

2. Each instance can only make one request at a time, but one process can have multiple instances to make multiple requests.

3. Each instance needs to have a unique client name. For example, instance 1 gets TERM001, and instance 2 gets TERM002.