Hi,
I have 2 questions regarding parallel processing.
1. I have 10 background work processes on the Central Instance (no additional application servers) and I want to restrict the parallel processing to only 6 out of 10 work processes. Is it possible, if yes, how?.
2. Let's say the program is coded to use all background work processes available on server. Now, when I execute the program only 6 WPs are free and processing starts on them, then in a few minutes the other 4 also get free... will the program use those 4 WPs or not?
Regards,
Abhi