Message9620
multiprocessing was intended as a replacement for threading for platforms like CPython and PyPy that have a GIL. However, it might make sense for Jython to support. Such support would require mmap #1854873 and shared semaphores (via JFFI?).
Note that multiprocessing doesn't support cluster computing per se, and so it might be more worthwhile at looking how to better take advantage of Java support there, namely Apache Mesos and Apache Hadoop Yarn. |
|
Date |
User |
Action |
Args |
2015-03-11 18:51:56 | zyasoft | set | messageid: <1426099916.27.0.951033617566.issue2287@psf.upfronthosting.co.za> |
2015-03-11 18:51:56 | zyasoft | set | recipients:
+ zyasoft, Arfrever |
2015-03-11 18:51:56 | zyasoft | link | issue2287 messages |
2015-03-11 18:51:55 | zyasoft | create | |
|