pgAdmin 4 commit: Make the session thread safe. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Make the session thread safe.
Date
Msg-id E1fsMd9-0004jf-3q@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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 <harshal.dhumal@enterprisedb.com>

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 by date:

Previous
From: Harshal Dhumal
Date:
Subject: Fix for RM3547
Next
From: Ashesh Vashi
Date:
Subject: Re: Fix for RM3547