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

Parallelise receive #10

Open
petervandivier opened this issue Jul 13, 2023 · 0 comments
Open

Parallelise receive #10

petervandivier opened this issue Jul 13, 2023 · 0 comments
Labels
question Further information is requested

Comments

@petervandivier
Copy link
Owner

I tried to parallelize receive at 922b392

But scoping issues killed me and it seriously borked the module and killed a whole morning.

I reverted the update at 6f59ea7

To do it properly

  • Publish this module
  • Only run exports from the PSGallery copy, not the git copy
  • Note that the module must be discoverable in $env:PsModulePath for parallel discovery
  • Convert the class XbAsyncExportWaiter to C# so it doesn't conflict when re-imported in a child scope
  • Quiesce module imports in parallel threads or change off verbose stream for status logging to terminal
  • ...probably other 💩?
@petervandivier petervandivier added the question Further information is requested label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant