我有8個PowerShell腳本。很少有人有依賴性。這意味着它們不能並行執行。他們應該被陸續執行。並行化powershell腳本執行
一些Powershell腳本沒有依賴性,可以並行執行。
以下是依賴詳細
Powershell scripts 1, 2, and 3 depend on nothing else Powershell script 4 depends on Powershell script 1 Powershell script 5 depends on Powershell scripts 1, 2, and 3 Powershell script 6 depends on Powershell scripts 3 and 4 Powershell script 7 depends on Powershell scripts 5 and 6 Powershell script 8 depends on Powershell script 5
我知道,通過手動硬編碼的依賴性,可以解釋的。但是可能會添加10個更多的PowerShell腳本,並且可能會添加它們之間的依賴關係。
有沒有找到依賴關係的並行?如果是這樣,請與我分享如何繼續。
這不僅僅是一個答案,你讓我思考並行性太嚴重。感謝您的傑出答案。 – Samselvaprabu 2012-02-04 03:18:40