inaccessible. In stand (without threaded) mode, flask application is not able to process more than one request at a time. Hence - even the client (browser) send multiple request, when connecting the server (which is inaccessible), rest of operations get blocked, as making the connection with the database server is blocking operation. In order to fix the issue, we're starting the application with thread support, in which it will create a separate thread of each request. |
||
|---|---|---|
| .. | ||
| pgadmin | ||
| regression | ||
| babel.cfg | ||
| config.py | ||
| pgAdmin4.py | ||
| setup.py | ||