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

Asset cooker multithreading #79

Open
Xymanek opened this issue Dec 19, 2021 · 0 comments
Open

Asset cooker multithreading #79

Xymanek opened this issue Dec 19, 2021 · 0 comments
Labels
cooking Related to mod asset and Highlander cooking enhancement New feature or request

Comments

@Xymanek
Copy link
Member

Xymanek commented Dec 19, 2021

The cooker has a "multithreading" (it actually spawns worker processes) option that is meant to speed up the cooking process. It is currently disabled (-singlethread) for 2 reasons:

  • The cooking output is printed directly (MT just prints Sending Job [SomePackage] to child x) - it was much simpler to investigate how the cooker works
  • Something somewhere went sideways when MT was enabled, but I can't recall what exactly and it might not even be relevant anymore with so many changes to the cooking process

It will be nice if it we could get the MT to work, especially for big mods like lwtoc, Resistance Firearms, etc

@Xymanek Xymanek added enhancement New feature or request cooking Related to mod asset and Highlander cooking labels Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cooking Related to mod asset and Highlander cooking enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant