Suggestions on Parallel Processing
Hi,
We are using a custom program to do group reclasses by calling the Adjustment API. We want to use parallel threads while doing group reclass. The main requirement of the adjustment API is that a Group or its members should be assigned to only one thread.
I wanted to know if anyone else had better suggestions than the approaches I am thinking of below :
In group reclasses we might have the following scenarios in a single data set
- Standalones becoming Members
- Members becoming standalones
- Group to Group reclass
In all the 3 above, a Group might get repeated.
I thought of couple of approaches :
We are using a custom program to do group reclasses by calling the Adjustment API. We want to use parallel threads while doing group reclass. The main requirement of the adjustment API is that a Group or its members should be assigned to only one thread.
I wanted to know if anyone else had better suggestions than the approaches I am thinking of below :
In group reclasses we might have the following scenarios in a single data set
- Standalones becoming Members
- Members becoming standalones
- Group to Group reclass
In all the 3 above, a Group might get repeated.
I thought of couple of approaches :
0