logoalt Hacker News

apothegmtoday at 1:18 PM1 replyview on HN

A lot of that has already been solved for by scaling workers to cores along with techniques like greenlets/eventlets that support concurrency without true multithreading to take better advantage of CPU capacity.


Replies

kevincoxtoday at 3:00 PM

But you are still more or less limited to one CPU core per Python process. Yes, you can use that core more effectively, but you still can't scale up very effectively.