I need to run an external filter program from a SinkTask. Is there anything that might break if I fork/exec in the start() method, and forward the data thru pipes ?
TIA, Dean
I need to run an external filter program from a SinkTask. Is there anything that might break if I fork/exec in the start() method, and forward the data thru pipes ?
TIA, Dean