5 ms·
Yes, those are threads when handled by the OS / greenthreads when handled by the program. a program with threads can support multiple requests simultaneously.
by RubyPinch 9y ago
Yes, those are threads when handled by the OS / greenthreads when handled by the program.
a program with threads can support multiple requests simultaneously.
a program with green threads can support multiple requests simultaneously.
You arn't giving any reasons why green threads in python perform better than threads in the OS.