Therefore, every time an HTTP request arrives at an endpoint defined with normal def, a new thread will be spawned (or an idle thread will be used, if available), and thus, depending on the requirements of your project, the expected traffic (i.e., number of users simultaneously accessing your API), as well as any other blocking functions in ...