Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nicolaslem
on Oct 7, 2021
|
parent
|
context
|
favorite
| on:
Faster Python with Guido van Rossum
One thing that is often overlooked regarding Python multiprocessing is that depending on the version of Python and the OS, the processes are not launched the same way.
For example MacOS cannot use fork while it was (is?) the default on Linux.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For example MacOS cannot use fork while it was (is?) the default on Linux.