I see this when I read the book Foundations of Python Network Programming,
Note that running threads under standard C Python will impose on your server the usual limitation that no more than one thread can be running Python code at any given time.
Dose it means threads can't be running at the same time? If so, what is the advantage of implementing multi-threads?