Configuring OptiConnect

 

You can use either the fast path method or the extended function path method to route data requests through OptiConnect. The fast path method provides faster communication, but it does not support two-phase commit as the extended function path method does.

Any i5/OS® applications that are written to use distributed data management (DDM) can use OptiConnect. This applies to both new and existing applications. Many applications that use an i5/OS database can transparently use DDM without changes to the applications. OptiConnect uses the same mechanism as traditional DDM, where the DDM file controls access to a database. Applications that use OptiConnect DDM to access a database can also use traditional Advanced Program-to-Program Communication (APPC) DDM to access another database at the same time.

The fast path method for routing data requests through OptiConnect involves specifying a special keyword in the DDM file. If you use the fast path method, OptiConnect agent jobs start in the OptiConnect connection manager and run in the QSOC subsystem. These jobs follow the OptiConnect job naming convention. The fast path method is the faster means of communications because of a shorter code path, but it does not support two-phase commit protocols.

If you use the extended function path method, OptiConnect agent jobs are started by the APPC attach manager and run in the QCMN subsystem. These jobs follow the standard DDM naming conventions for communication jobs. The extended function path method supports two-phase commit protocols.

 

Parent topic:

OptiConnect

Related concepts
Distributed data management