Enhancement #1636
Check python multiprocessing
Status: | Rejected | Start date: | 09/25/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Python | |||
Target version: | rsb-0.12 |
Description
Check python multiprocessing to make use of multiple processors in rsb-python.
History
#1 Updated by J. Moringen over 9 years ago
- Target version changed from rsb-0.10 to rsb-0.11
#2 Updated by J. Moringen about 9 years ago
- Target version changed from rsb-0.11 to rsb-0.12
#3 Updated by J. Wienke about 8 years ago
- Status changed from New to Rejected
Users can use multiprocessing in their programs if required to parallelize things. Including multiprocessing inside RSB directly results in several restrictions of multiprocessing being exposed to users, which makes simple use cases harder. Therefore, I'd propose to not implement this.