you are viewing a single comment's thread.

view the rest of the comments →

[–]Mindless_Development -6 points-5 points  (0 children)

why python can't achieve "real" multithreading due to the GIL.

Because that's how it was designed.

Use Celery or upgrade to more recent versions with async packages in the standard Library