OD 6.02
Oracle 10G
I have a dbLoader deployment that does a loopback deploy to the base server. I have noticed that the DD portion of the deployment is serialized. For example, if deploy A is started followed closely by deploy B, deploy B will not start the DD until deploy A is complete.
This is *not* the case when a deploy is made to another OD receiver. When deploy A and deploy B are sent to receiver X, the DD portion of the deploy is run in parallel (as desired).
Is there a config to alter this serialized behavior on the base server?
Note:
This happens with the execProcess set to yes or no.
Note++:
I installed a separate "instance" on the base server, and the same behavior was experienced. Example:
deploy A loopback to the main instance on the base server
deploy B loopback to a separate instance on the base server
The deploys were serialized