Home > other >  Python multi-process
Python multi-process

Time:11-25

If locking multiple processes, and there is no difference between single process

CodePudding user response:

Is "multi-threaded"
Multithreading is a very good design, with a very brilliant success,
But the python interpreter is single-threaded, it also determines the python is unable to realize in the true sense "multi-threaded",
Just how the "locking multithreading," a lock method, need a detailed analysis,
Standing there is a lot of "multi-threaded" blog and books, you can go and have a look, there will be a harvest,
  • Related