Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Removed busy waiting #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Removed busy waiting #8

wants to merge 3 commits into from

Conversation

apsc
Copy link

@apsc apsc commented Apr 9, 2016

Unnecessary CPU cycles were being wasted in busy waiting happening inside query_results method. Added synchronisation using threading.Event for select queries to improve the performance overall.

@dashawn888
Copy link
Contributor

Hey. Thanks for the fix. This is a great fix to my double back timer. I was the original author to this library and no longer am with the organization. I believe the branch owner no longer is maintaining this code. I am maintaining this library as a fork here.

https://github.com/dashawn888/sqlite3worker

If you would like to put a merge request on the above I will merge it. If not I will add this myself and comment in the code that this is your fix.

@apsc
Copy link
Author

apsc commented Feb 24, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants