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

Fix multiprocess compatibility on non-linux systems #4443

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gamesh411
Copy link
Collaborator

Enhance multiprocessing compatibility across platforms by introducing a create_pool function in the compatibility module. This function abstracts the differences between multiprocess.Pool and concurrent.futures.ProcessPoolExecutor, ensuring consistent pool initialization. The changes were applied to both 'analysis_manager.py' and 'pre_analysis_manager.py', addressing API differences.

@gamesh411 gamesh411 force-pushed the fix-multiplatform-multiprocessing branch from 6ca20e8 to e8c2afe Compare January 29, 2025 01:11
@gamesh411 gamesh411 force-pushed the fix-multiplatform-multiprocessing branch from e8c2afe to b7d4f92 Compare January 29, 2025 10:43
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

Successfully merging this pull request may close these issues.

1 participant