Hacker News new | ask | show | jobs
by poooogles 3643 days ago
You're forgetting multiprocessing. That manages to get round this by running multiple Python interpreters. Big problem is passing objects is dog slow as everything has to be pickled either way.