Previous Topic: Handling Invalid Numeric DataNext Topic: Configuring Secure Sockets


Pseudo-Conversational Processing

CA IDMS Server uses pseudo-conversational processing to minimize resource use on the CA IDMS system. The ODBC and JDBC drivers support pseudo-conversational processing by automatically issuing an internal SUSPEND command, which causes the current task to end, freeing resources on the CA IDMS CV.

By default, pseudo-conversational processing is optimized for interactive applications, in which a user enters a command and then works with the results for a while before entering another command, similar to the way an on-line application would be used. The drivers suspend the connection and end the task after most SQL commands.

You can customize this behavior can be by selecting a "suspend strategy" that specifies a set of suspend options appropriate for a particular type of application. These suspend strategies are:

The following table shows the detailed suspend options that correspond to each strategy, 0 = disabled, 1 = enabled, X = either:

Option

Strategy

 

INT

SER

BAT

CUS

ConnectSuspend

0

1

0

X

CloseCommit

1

1

0

X

CommitSuspend

1

0

0

X

FetchSuspend

0

0

0

X