Message9620

Author zyasoft
Recipients Arfrever, zyasoft
Date 2015-03-11.18:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426099916.27.0.951033617566.issue2287@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-11 18:51:56zyasoftsetmessageid: <1426099916.27.0.951033617566.issue2287@psf.upfronthosting.co.za>
2015-03-11 18:51:56zyasoftsetrecipients: + zyasoft, Arfrever
2015-03-11 18:51:56zyasoftlinkissue2287 messages
2015-03-11 18:51:55zyasoftcreate