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

Re-entrant Lock #110

Open
adamchainz opened this issue May 12, 2015 · 0 comments
Open

Re-entrant Lock #110

adamchainz opened this issue May 12, 2015 · 0 comments

Comments

@adamchainz
Copy link
Owner

A follow-up to #89 . Using MariaDB's metadata_lock_info, a re-entrant lock, like threading.RLock, could be implemented, by querying INFORMATION_SCHEMA.metadata_lock_info each time to determine if this is the first enter on the lock or not. Would need to be thread safe.

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