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


Groups > comp.lang.python > #91373 > unrolled thread

Re: Hi. I have questions about Python

Started bySturla Molden <sturla.molden@gmail.com>
First post2015-05-28 14:38 +0000
Last post2015-05-28 14:38 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#91373 — Re: Hi. I have questions about Python

FromSturla Molden <sturla.molden@gmail.com>
Date2015-05-28 14:38 +0000
SubjectRe: Hi. I have questions about Python
Message-ID<mailman.133.1432823944.5151.python-list@python.org>
이현상 <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).

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web