Skip to content

Mirror behaviors seen in Python multiprocessing #84

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

Open
apoorvkh opened this issue Nov 17, 2024 · 1 comment
Open

Mirror behaviors seen in Python multiprocessing #84

apoorvkh opened this issue Nov 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@apoorvkh
Copy link
Owner

There are certain behaviors in standard Python multiprocessing that we don't explicitly see in our library (although you could wrap launch() in such utilities).

For example: starting a "server" that runs in the background (#65), running launch() commands in parallel (e.g. evaluate 8 datasets in parallel on 8 GPUs) like a Pool, Pipes that would permit "yielding" objects from running processes (#54), and so forth.

@apoorvkh
Copy link
Owner Author

apoorvkh commented Dec 4, 2024

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

No branches or pull requests

1 participant