Hacker News new | past | comments | ask | show | jobs | submit login

The GIL serializes all the things you can do in Python... I am not sure I understand the question to be honest.



With the new multi-GIL I wonder how different concurrent GILs will work against the same sqlite database.


I see. It will give you the same performance as using a single SQLite database from different processes now.

Note that SQLite limits access to 1 writer at a time though.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: