Hi. I have questions about Python

Sturla Molden sturla.molden at gmail.com
Thu May 28 10:38:56 EDT 2015


이현상 <lhs3356 at naver.com> wrote:
> Hi.Please note that do not speak english well.
> Do you know Python 2 vs Python3 MultiProcessing the difference
> ?Multiprocessing is better performance?

The main difference is that multiprocessing on Python 3.4 (and later) will
allow you to use APIs that are not "forksafe" on Linux or Mac. One example
is Accelerate Framework on Mac OSX (e.g. used by numpy.linalg).




More information about the Python-list mailing list