Porting to master repo of the changes that seems to resolves issues related to ticket #20445 #6

Merged
massimiliano.assante merged 4 commits from mauro.mugnaini/threadlocal-vars-cleaner:master into master 2021-01-20 12:35:52 +01:00
Member

Revised implementation of the login/logout/valve that rely completely on cache proxy and ignore the several session objects (with same session ID) that are involved in different calls and threads. In addition to avoid also multiple thread collision that refreshes/requests the same object several times at each call, a specific mutex (per user) has been put in place.

Revised implementation of the login/logout/valve that rely completely on cache proxy and ignore the several session objects (with same session ID) that are involved in different calls and threads. In addition to avoid also multiple thread collision that refreshes/requests the same object several times at each call, a specific mutex (per user) has been put in place.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gCubeSystem/threadlocal-vars-cleaner#6
No description provided.