Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bayesianhorse
on Feb 15, 2015
|
parent
|
context
|
favorite
| on:
Asynchronous Python and Databases
The global interpreter lock does not apply to multiple processes. Web applications are embarrassingly parallel.
Animats
on Feb 16, 2015
[–]
Multiple processes in Python at scale mean really clunky interprocess communication, lots of copies of everything the interpreter loaded, and lots of cache misses.
bayesianhorse
on Feb 16, 2015
|
parent
[–]
Good thing the stateless nature of web requests means database persistence is all the interprocess communication needed.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: