We have a generic router map that is basically 1 input, 1 output, input=output. It is called generic.mms/generic.mmc. We use it in almost all of our systems, unrelated and related to have a basic I/O map and more so, to use the batch output adaptor in the IFD to call external batch scripts/executables.
My question is, if a system that uses this map gets hung (say, the executable that the batch script it calls fails and the map does not complete), could all other instances of this generic map get hung as well? Is this poor design to have so many systems dependant on one generic map?
My question is, if a system that uses this map gets hung (say, the executable that the batch script it calls fails and the map does not complete), could all other instances of this generic map get hung as well? Is this poor design to have so many systems dependant on one generic map?