Why_multithreading_is_not_necessary_for_api_server.md
Why multithreading is not necessary for api server
Multithreading is not suitable for writing servers. Multithreading is an excessive technology that will become increasingly niche in the future.
Why?
Because of containerization and clustering.
How to utilize the performance of a server is no longer the concern of the server itself.
Instead, it is the concern of containers and clusters.