Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91373

Re: Hi. I have questions about Python

From Sturla Molden <sturla.molden@gmail.com>
Subject Re: Hi. I have questions about Python
Date 2015-05-28 14:38 +0000
References <c124ff1d8b657b20837c88c87c6b38@cweb28.nm.nhnsystem.com>
Newsgroups comp.lang.python
Message-ID <mailman.133.1432823944.5151.python-list@python.org> (permalink)

Show all headers | View raw


이현상 <lhs3356@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).

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Hi. I have questions about Python Sturla Molden <sturla.molden@gmail.com> - 2015-05-28 14:38 +0000

csiph-web