pgadmin4/web
Murtuza Zabuawala d202366a5d Fixes #1185 - While connecting to the server, application becomes almost
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.
2016-06-02 14:51:33 +05:30
..
pgadmin Fixes #1295 - Added menu for the 'Grant Wizard' for the trigger function 2016-06-02 14:48:24 +05:30
regression Initial version of a regression test framework 2016-04-17 10:39:08 -04:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Fixes #1185 - While connecting to the server, application becomes almost 2016-06-02 14:51:33 +05:30
pgAdmin4.py Fixes #1185 - While connecting to the server, application becomes almost 2016-06-02 14:51:33 +05:30
setup.py Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30