pgAdmin 4 commit: Make the session thread safe.

Поиск
Список
Период
Сортировка
Искать
От
Ashesh Vashi
Тема
pgAdmin 4 commit: Make the session thread safe.
Дата
Msg-id
E1fsMd9-0004jf-3q@gothos.postgresql.org
Список
Make the session thread safe.

As sessions in pgAdmin4 are filesystem based session, they need locking
for avoiding the access from multiple threads, specially running as an
WSGI application.

Fixes #3547

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=013ad7446fdfa7367b4d580d9e9d53dfd98d0316
Author: Harshal Dhumal 

Modified Files
--------------
docs/en_US/release_notes_3_3.rst |  1 +
web/pgadmin/utils/session.py     | 76 +++++++++++++++++++++++-----------------
2 files changed, 44 insertions(+), 33 deletions(-)

В списке pgadmin-hackers по дате отправления
От: Harshal Dhumal
Дата:
Сообщение: Fix for RM3547
От: Ashesh Vashi
Дата:
Сообщение: Re: Fix for RM3547
FAQ