If you configure your CC with MultipleDeploymentAllowed=true, the CPM will create an instance per pipeline thread. The value of this property is the toggle that the CPM uses while deciding if a Cas Processor is multi-threaded or not, no matter if it is a CC or AE.
If you declare a CP with MultipleDeploymentAllowed=false in the middle of the flow, the CPE will create a single instance of it that will be shared by ALL pipelines. As mentioned in my previous post this creates a bottleneck (sink). While one thread is using the single-threaded CP, the other threads block waiting. Use this with caution. Jerry
