Comment by blattimwind
8 years ago
A common solution for web application servers ("preforking").
The idea of keeping persistent interpreters doesn't really work for Python because the interpreter is full of state in places you'd never expect -- it's hard to reset the interpreter to a sane state after it ran some unknown program.
No comments yet
Contribute on Hacker News ↗