Skip to content
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

Open
crutkas opened this issue Jun 13, 2018 · 5 comments
Open

parallel out processes that can be #52

crutkas opened this issue Jun 13, 2018 · 5 comments

Comments

@crutkas
Copy link
Member

crutkas commented Jun 13, 2018

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/

@craigloewen-msft
Copy link
Member

From what I can see the uninstalling of applications is already happening asynchronously.

What settings or other options were you thinking of parallelizing?

@bcurran3
Copy link

bcurran3 commented Nov 22, 2018

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

@crutkas
Copy link
Member Author

crutkas commented Nov 22, 2018

@bcurran3. A ton of our commands are not Chocolatey.

@bcurran3
Copy link

Completely understood. Just throwing it out there before anyone gets the wild idea of running choco.exe in multiple Start-Process jobs!

@crutkas
Copy link
Member Author

crutkas commented Nov 22, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants