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

Rethink the thread pools #129

Open
ydahhrk opened this issue Apr 21, 2024 · 0 comments
Open

Rethink the thread pools #129

ydahhrk opened this issue Apr 21, 2024 · 0 comments

Comments

@ydahhrk
Copy link
Member

ydahhrk commented Apr 21, 2024

Fort is currently spawning one thread per TAL. It's a lousy solution, because some trees take much longer than others.

Worker threads should probably claim repository publication points (nodes), not trees.

Also, probably offload the pool management to some outer library, as the current code seems perfectly generic.

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

No branches or pull requests

1 participant