I'm running in a AVM where there are 8 cores available, I'm using V6 COBOL and VS2017.
There are 8 codes sets where 7 are relatively small, and one huge one. The relatively small ones compile in acceptable times. The largest however takes a long amount of time to complete. Is there a way of utilising the idle cores once they have completed to take the load from the one core that runs from a long time?
Thanks