How to make Python GIL better (To be finished)
Jul 16, 2017
- How os system schele work
- Now with GIL
- multicore
I assume you know what is GIL in python and some basic knowledgt to use the python threadding module. If you don’t, you may have a look at the article here. Let’s recap the os system
How os system schele work
It’s not a easy topic, we speed quite a long time to search for a prefect scheduling policy. Since Linux 2.6.23, the default scheduler is CFS. What is CFS and why we need it?