-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parallel out processes that can be #52
Comments
From what I can see the uninstalling of applications is already happening asynchronously. What settings or other options were you thinking of parallelizing? |
COMMENT: Please don't try to parallel Chocolatey commands. Chocolatey is not currently multiple instance friendly. I believe this capability has been added to the 1.0 milestone. chocolatey/choco#1579 |
@bcurran3. A ton of our commands are not Chocolatey. |
Completely understood. Just throwing it out there before anyone gets the wild idea of running choco.exe in multiple Start-Process jobs! |
Great idea and thanks for the heads up. I didn’t know about choco not being able to do parallel (then again, parallel installing tends to not be a good idea) |
There are a number of items that could be processed in parallel such as some of the settings and uninstalling of applications
https://blogs.technet.microsoft.com/uktechnet/2016/06/20/parallel-processing-with-powershell/
The text was updated successfully, but these errors were encountered: