Home

 

Channel exit considerations

 

Note that pipelining can cause some exit programs to fail, because:

Check the design of your exit programs before you use pipelining:

Consider a message exit that opens a queue and uses its handle for MQPUT calls on all subsequent invocations of the exit. This fails in pipelining mode because the exit is called from different threads. To avoid this failure, keep a queue handle for each thread and check the thread identifier each time the exit is invoked.

 

Parent topic:

Multiple thread support — pipelining


ic13270_


 

Home