What is the disadvantage of flask built-in server compared to uWSGI?

problem description

I also took a look at Baidu, saying that the stability of the built-in server is poor, and the concurrency is not high. But there is no specific summary, ask the great god. no, no, no.

Apr.09,2022

I also tried to find some answers. Flask actually uses a server in werkzeug internally, and its server is a lightweight server. Its official website also wrote: it appears for the convenience of development and is very inefficient under high load. So there's no need to delve into it.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a20b-2af30.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a20b-2af30.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?