Andrzej Wójcik (Tigase) opened 7 years ago
|
|
I've not assigned version as it is not critical and may be done after release of version 2.0. (ie. in version 2.1). |
|
I still need to check this new concurrency algorithm in during normal application usage but it solved issue #6144 which was caused by usage of same instance of prepared statement from 2 different threads at the same time without any blocking. I've changed that, so now each call to prepared statement will block internally on this statement instance without a need to ensure that in every place in which we would use statements. |
|
On the latest build, all works fine. |
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
6110
|
Issue Votes (0)
Watchers (0)
As found out during resolution of task #6100, there were some issues with concurrency. During analysis of issue reported the, I've found out that we may have some issues also at database access layer. Most of them are related to blocking on very broad scope which may result in worse performance than expected.
It would be good to review whole database access layer to confirm that we do not have concurrency issues other than mentioned above.