A PowerShell module for running concurrent jobs based on threads rather than processes
Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
Speed up PowerShell with simplified multithreading
ramblingcookiemonster/invoke-parallel की मुख्य विशेषताएं हैं: Parallel Processing।
ramblingcookiemonster/invoke-parallel के ओपन-सोर्स विकल्पों में शामिल हैं: paulhigin/psthreadjob — A PowerShell module for running concurrent jobs based on threads rather than processes. proxb/poshrsjob — Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background,…