I am a python novice, I gradually came to love python, but I'm not satisfied with its concurrent performance.
Multithreading is slow. Multi-process, slow loading, waste of resources.
So I thought, why not use Python. dll true multithreading.
It loads faster, runs faster, and save resources.
Moreover, An process inner share data more quickly and safely.
I am familiar with another scripting language, use this method. They can control each other, shared variables, but independent of each other, it is a true multi-threaded.
Who has similar experiences do, you're welcome to share.