Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91373 > unrolled thread
| Started by | Sturla Molden <sturla.molden@gmail.com> |
|---|---|
| First post | 2015-05-28 14:38 +0000 |
| Last post | 2015-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.
Re: Hi. I have questions about Python Sturla Molden <sturla.molden@gmail.com> - 2015-05-28 14:38 +0000
| From | Sturla Molden <sturla.molden@gmail.com> |
|---|---|
| Date | 2015-05-28 14:38 +0000 |
| Subject | Re: 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).
Back to top | Article view | comp.lang.python
csiph-web