-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Milestone
Description
For simple parallelization requirements on a single host it is often an extra burden (especially when designing APIs) to require the user to launch ipcluster. If instead I could also launch these from within my Python library it could be a very nice replacement for multiprocessing which supports this mode. Specifically, if my library is using multiprocessing the user doesn't have to care about anything and get single-machine parallelization for free. The problem is that multiprocessing sucks and I'd much rather use ipyparallel for this as well.
I suppose there might be an unsupported way to do this already by importing ipcluster somehow.
Anyway, I think that would be useful for certain problems.
michaelaye and AUK1939
Metadata
Metadata
Assignees
Labels
No labels