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

multi-thread support #356

Closed
alexspark opened this issue Oct 11, 2022 · 1 comment
Closed

multi-thread support #356

alexspark opened this issue Oct 11, 2022 · 1 comment

Comments

@alexspark
Copy link

from what i can tell, this library won’t give up the GVL during queries. i know very little about c extensions but i’m running sqlite in production with rails 7. but i would love to use this with active records’ load_async. but it’ll all be serialized reads unless the thread gives up the GVL.

@flavorjones
Copy link
Member

I'm going to close this as a duplicate of #287 which has some background conversation about multi-thread support. Please drop a note there if you'd like!

@flavorjones flavorjones closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants