The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Pablo Galindo
And then you have many threads that are doing this IO operation. Maybe they are waiting on a socket or something like that. But because of how condition variables work and the scheduler in Linux works, which you can pick a bit, but not from Python normally, that CPU thread will pick up that condition variable and the guild many more times. So it's almost like a race, right?
0
💬
0
Comments
Log in to comment.
There are no comments yet.