Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Data::SessionPool thread safety #4206

Closed
aleks-f opened this issue Oct 20, 2023 · 0 comments
Closed

Improve Data::SessionPool thread safety #4206

aleks-f opened this issue Oct 20, 2023 · 0 comments

Comments

@aleks-f
Copy link
Member

aleks-f commented Oct 20, 2023

Some non atomic vars are exposed unprotected and some parts that should be protected are not.

@aleks-f aleks-f added this to the Release 1.13.0 milestone Oct 20, 2023
@aleks-f aleks-f self-assigned this Oct 20, 2023
aleks-f added a commit that referenced this issue Oct 22, 2023
* fix(Poco::Data): fixes and improvements #4198

* chore: remove inadvertently commited garbage file

* fix(SQLite): SQLChannel tests #4198

* fix(Data::SessionPool): Improve Data::SessionPool thread safety #4206
@aleks-f aleks-f added the fixed label Oct 24, 2023
aleks-f added a commit that referenced this issue Nov 23, 2023
* fix(Poco::Data): fixes and improvements #4198

* chore: remove inadvertently commited garbage file

* fix(SQLite): SQLChannel tests #4198

* fix(Data::SessionPool): Improve Data::SessionPool thread safety #4206
aleks-f added a commit that referenced this issue Nov 27, 2023
* fix(Poco::Data): fixes and improvements #4198

* chore: remove inadvertently commited garbage file

* fix(SQLite): SQLChannel tests #4198

* fix(Data::SessionPool): Improve Data::SessionPool thread safety #4206
@aleks-f aleks-f closed this as completed Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant