No TaskInput read occurs on Engine with empty TaskInputs when using CPPDriver

No TaskInput read occurs on Engine with empty TaskInputs when using CPPDriver

book

Article ID: KB0085616

calendar_today

Updated On: 01-14-2017

Products Versions
TIBCO DataSynapse GridServer -
Not Applicable -

Description

Resolution:
When using CPPDriver and an empty TaskInput, the Engine will not make call a TaskInput read for the empty TaskInput. This is correct behavior; it is a Driver optimization. Note however that that the TaskInput write on the Driver side still occurs, and the TaskOutput write on the Engine and TaskOutput read on the Driver will still occur.

Issue/Introduction

No TaskInput read occurs on Engine with empty TaskInputs when using CPPDriver